PX4 Firmware
PX4 Autopilot Software http://px4.io
rpi_rc_in Namespace Reference

Classes

class  RcInput
 

Functions

static void usage (const char *reason)
 Print the correct usage. More...
 

Variables

static RcInputrc_input = nullptr
 

Function Documentation

◆ usage()

static void rpi_rc_in::usage ( const char *  reason)
static

Print the correct usage.

Definition at line 4238 of file Commander.cpp.

References i2cdetect_main().

Referenced by rpi_rc_in::RcInput::_measure(), commander_main(), gpssim_main(), i2cdetect_main(), rpi_rc_in_main(), and px4flow::start().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ rc_input

RcInput* rpi_rc_in::rc_input = nullptr
static

Definition at line 100 of file rpi_rc_in.h.

Referenced by rpi_rc_in_main().