APM:Libraries
|
#include <AP_Beacon.h>
Public Attributes | |
uint16_t | id |
bool | healthy |
float | distance |
uint32_t | distance_update_ms |
Vector3f | position |
Definition at line 45 of file AP_Beacon.h.
float AP_Beacon::BeaconState::distance |
Definition at line 48 of file AP_Beacon.h.
Referenced by AP_Beacon::beacon_distance(), and AP_Beacon_Backend::set_beacon_distance().
uint32_t AP_Beacon::BeaconState::distance_update_ms |
Definition at line 49 of file AP_Beacon.h.
Referenced by AP_Beacon::beacon_last_update_ms(), and AP_Beacon_Backend::set_beacon_distance().
bool AP_Beacon::BeaconState::healthy |
Definition at line 47 of file AP_Beacon.h.
Referenced by AP_Beacon::beacon_healthy(), and AP_Beacon_Backend::set_beacon_distance().
uint16_t AP_Beacon::BeaconState::id |
Definition at line 46 of file AP_Beacon.h.
Referenced by AP_Beacon::beacon_id().
Vector3f AP_Beacon::BeaconState::position |
Definition at line 50 of file AP_Beacon.h.
Referenced by AP_Beacon::beacon_position(), and AP_Beacon_Backend::set_beacon_position().