PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Functions | |
int | start () |
Attempt to start driver on all available I2C busses. More... | |
int | stop () |
Stop the driver. More... | |
int | info () |
Print a little info about the driver. More... | |
void | usage () |
Prints info about the driver argument usage. More... | |
Variables | |
DfLtc2946Wrapper * | g_dev = nullptr |
int df_ltc2946_wrapper::info | ( | ) |
Print a little info about the driver.
Definition at line 212 of file df_ltc2946_wrapper.cpp.
Referenced by df_ltc2946_wrapper_main().
int df_ltc2946_wrapper::start | ( | ) |
Attempt to start driver on all available I2C busses.
This function will return as soon as the first sensor is detected on one of the available busses or if no sensors are detected.
Definition at line 166 of file df_ltc2946_wrapper.cpp.
References DfLtc2946Wrapper::DfLtc2946Wrapper(), and DfLtc2946Wrapper::start().
Referenced by df_ltc2946_wrapper_main().
int df_ltc2946_wrapper::stop | ( | ) |
Stop the driver.
Stop the driver.
Definition at line 189 of file df_ltc2946_wrapper.cpp.
References g_dev, and DfLtc2946Wrapper::stop().
Referenced by df_ltc2946_wrapper_main().
void df_ltc2946_wrapper::usage | ( | void | ) |
Prints info about the driver argument usage.
Prints info about the driver argument usage.
Definition at line 225 of file df_ltc2946_wrapper.cpp.
Referenced by df_ltc2946_wrapper_main().
DfLtc2946Wrapper* df_ltc2946_wrapper::g_dev = nullptr |
Definition at line 159 of file df_ltc2946_wrapper.cpp.
Referenced by stop().