76         (ParamFloat<px4::params::LNDFW_AIRSPD_MAX>) _param_lndfw_airspd_max
 DEFINE_PARAMETERS_CUSTOM_PARENT(MulticopterLandDetector,(ParamFloat< px4::params::LNDFW_AIRSPD_MAX >) _param_lndfw_airspd_max)
 
bool _was_in_air
indicates whether the vehicle was in the air in the previous iteration 
 
vehicle_status_s _vehicle_status
 
void _update_topics() override
Updates subscribed uORB topics. 
 
uORB::Subscription _vehicle_status_sub
 
uORB::Subscription _airspeed_sub
 
Land detection implementation for multicopters. 
 
bool _get_landed_state() override
 
#define ORB_ID(_name)
Generates a pointer to the uORB metadata structure for a given topic. 
 
float _airspeed_filtered
low pass filtered airspeed 
 
VtolLandDetector()=default
 
bool _get_maybe_landed_state() override
 
~VtolLandDetector() override=default