PX4 Firmware
PX4 Autopilot Software http://px4.io
SDP3X_main.cpp File Reference
#include "SDP3X.hpp"
Include dependency graph for SDP3X_main.cpp:

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

SDP3Xsdp3x_airspeed::g_dev = nullptr
 

Function Documentation

◆ sdp3x_airspeed_main()

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().

Here is the call graph for this function:

◆ sdp3x_airspeed_usage()

static void sdp3x_airspeed_usage ( )
static

Definition at line 175 of file SDP3X_main.cpp.

References PX4_I2C_BUS_DEFAULT.

Referenced by sdp3x_airspeed_main().

Here is the caller graph for this function: