26#ifndef NAV_ALGORITHMS_AIRBORNE_DETECTOR_H_
27#define NAV_ALGORITHMS_AIRBORNE_DETECTOR_H_
34 : just_landed(
false),
41 if( airborne_counter < LEVEL)
46 if( airborne_counter > 0)
49 if( airborne_counter == 0)
67 unsigned airborne_counter;
observation of the aircraft state (ground / flying)
bool detect_just_landed(void)
airborne_detector_t(void)
void report_to_be_airborne(bool yes)
mathematical vector of arbitrary type and size