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

Classes

class  FixedwingLandDetector
 
class  LandDetector
 
class  MulticopterLandDetector
 
class  RoverLandDetector
 
class  VtolLandDetector
 

Functions

__EXPORT int land_detector_main (int argc, char *argv[])
 

Variables

static char _currentMode [12]
 

Function Documentation

◆ land_detector_main()

int land_detector::land_detector_main ( int  argc,
char *  argv[] 
)

Definition at line 149 of file land_detector_main.cpp.

References main().

Here is the call graph for this function:

Variable Documentation

◆ _currentMode

char land_detector::_currentMode[12]
static

Definition at line 59 of file land_detector_main.cpp.

Referenced by land_detector::LandDetector::task_spawn().