PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Namespaces | |
cm8jl65 | |
Local functions in support of the shell command. | |
Functions | |
int | cm8jl65::reset (const char *port) |
Reset the driver. More... | |
int | cm8jl65::start (const char *port, const uint8_t rotation) |
Start the driver. More... | |
int | cm8jl65::status () |
Print the driver status. More... | |
int | cm8jl65::stop () |
Stop the driver. More... | |
int | cm8jl65::usage () |
Prints info about the driver argument usage. More... | |
__EXPORT int | cm8jl65_main (int argc, char *argv[]) |
Driver 'main' command. More... | |
Variables | |
CM8JL65 * | cm8jl65::g_dev |
__EXPORT int cm8jl65_main | ( | int | argc, |
char * | argv[] | ||
) |
Driver 'main' command.
Definition at line 147 of file cm8jl65_main.cpp.
References cm8jl65::reset(), cm8jl65::start(), cm8jl65::status(), cm8jl65::stop(), and cm8jl65::usage().