PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "MulticopterRateControl.hpp"
#include <drivers/drv_hrt.h>
#include <circuit_breaker/circuit_breaker.h>
#include <mathlib/math/Limits.hpp>
#include <mathlib/math/Functions.hpp>
Go to the source code of this file.
Functions | |
__EXPORT int | mc_rate_control_main (int argc, char *argv[]) |
Multicopter rate control app start / stop handling function. More... | |
int mc_rate_control_main | ( | int | argc, |
char * | argv[] | ||
) |
Multicopter rate control app start / stop handling function.
Definition at line 409 of file MulticopterRateControl.cpp.
References main().
Referenced by MulticopterRateControl::print_usage().