|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Namespaces | |
| fxos8701cq | |
| Local functions in support of the shell command. | |
Functions | |
| int | fxos8701cq::start (bool external_bus, enum Rotation rotation) |
| Start the driver. More... | |
| int | fxos8701cq::info () |
| Print a little info about the driver. More... | |
| int | fxos8701cq::stop () |
| Stop the driver. More... | |
| int | fxos8701cq::regdump () |
| dump registers from device More... | |
| int | fxos8701cq::usage () |
| Prints info about the driver argument usage. More... | |
| int | fxos8701cq::test_error () |
| trigger an error More... | |
| __EXPORT int | fxos8701cq_main (int argc, char *argv[]) |
Variables | |
| FXOS8701CQ * | fxos8701cq::g_dev {nullptr} |
| int fxos8701cq_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 185 of file fxos8701cq_main.cpp.
References fxos8701cq::info(), fxos8701cq::regdump(), ROTATION_NONE, fxos8701cq::start(), fxos8701cq::stop(), fxos8701cq::test_error(), and fxos8701cq::usage().
Referenced by fxos8701cq::usage().