|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "SDP3X.hpp"Go to the source code of this file.
Namespaces | |
| sdp3x_airspeed | |
Functions | |
| __EXPORT int | sdp3x_airspeed_main (int argc, char *argv[]) |
| int | sdp3x_airspeed::start () |
| Attempt to start driver on all available I2C busses. More... | |
| int | sdp3x_airspeed::start_bus (uint8_t i2c_bus) |
| Start the driver on a specific bus. More... | |
| int | sdp3x_airspeed::stop () |
| Stop the driver. More... | |
| int | sdp3x_airspeed::reset () |
| Reset the driver. More... | |
| static void | sdp3x_airspeed_usage () |
Variables | |
| SDP3X * | sdp3x_airspeed::g_dev = nullptr |
| int sdp3x_airspeed_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 186 of file SDP3X_main.cpp.
References PX4_I2C_BUS_DEFAULT, sdp3x_airspeed::reset(), sdp3x_airspeed_usage(), sdp3x_airspeed::start(), sdp3x_airspeed::start_bus(), and sdp3x_airspeed::stop().
|
static |
Definition at line 175 of file SDP3X_main.cpp.
References PX4_I2C_BUS_DEFAULT.
Referenced by sdp3x_airspeed_main().