|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Driver to access the LTC2946 of the DriverFramework. More...
#include <string>#include <px4_platform_common/px4_config.h>#include <systemlib/err.h>#include <battery/battery.h>#include <drivers/drv_hrt.h>#include <ltc2946/LTC2946.hpp>#include <uORB/uORB.h>#include <uORB/topics/battery_status.h>#include <uORB/topics/actuator_controls.h>#include <uORB/topics/vehicle_control_mode.h>Go to the source code of this file.
Classes | |
| class | DfLtc2946Wrapper |
Namespaces | |
| df_ltc2946_wrapper | |
Functions | |
| __EXPORT int | df_ltc2946_wrapper_main (int argc, char *argv[]) |
| int | df_ltc2946_wrapper::start () |
| Attempt to start driver on all available I2C busses. More... | |
| int | df_ltc2946_wrapper::stop () |
| Stop the driver. More... | |
| int | df_ltc2946_wrapper::info () |
| Print a little info about the driver. More... | |
| void | df_ltc2946_wrapper::usage () |
| Prints info about the driver argument usage. More... | |
Variables | |
| DfLtc2946Wrapper * | df_ltc2946_wrapper::g_dev = nullptr |
Driver to access the LTC2946 of the DriverFramework.
Definition in file df_ltc2946_wrapper.cpp.
| int df_ltc2946_wrapper_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 234 of file df_ltc2946_wrapper.cpp.
References df_ltc2946_wrapper::info(), df_ltc2946_wrapper::start(), df_ltc2946_wrapper::stop(), and df_ltc2946_wrapper::usage().