Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
airborne_detector_t Class Reference

observation of the aircraft state (ground / flying) More...

#include <airborne_detector.h>

Public Member Functions

 airborne_detector_t (void)
 
void report_to_be_airborne (bool yes)
 
bool detect_just_landed (void)
 

Detailed Description

observation of the aircraft state (ground / flying)

Definition at line 30 of file airborne_detector.h.

Constructor & Destructor Documentation

◆ airborne_detector_t()

airborne_detector_t::airborne_detector_t ( void  )
inline

Definition at line 33 of file airborne_detector.h.

Member Function Documentation

◆ detect_just_landed()

bool airborne_detector_t::detect_just_landed ( void  )
inline

Definition at line 54 of file airborne_detector.h.

Referenced by navigator_t::update_at_10Hz().

◆ report_to_be_airborne()

void airborne_detector_t::report_to_be_airborne ( bool  yes)
inline

Definition at line 37 of file airborne_detector.h.

Referenced by navigator_t::update_at_10Hz().


The documentation for this class was generated from the following file: