PX4 Firmware
PX4 Autopilot Software http://px4.io
|
dataman housekeeping information for a specific item. More...
#include <navigation.h>
Public Attributes | |
uint16_t | num_items |
total number of items stored (excluding this one) More... | |
uint16_t | update_counter |
This counter is increased when (some) items change (this can wrap) More... | |
dataman housekeeping information for a specific item.
Corresponds to the first dataman entry of DM_KEY_FENCE_POINTS and DM_KEY_SAFE_POINTS
Definition at line 194 of file navigation.h.
uint16_t mission_stats_entry_s::num_items |
total number of items stored (excluding this one)
Definition at line 195 of file navigation.h.
Referenced by Geofence::_updateFence(), RTL::find_RTL_destination(), MavlinkMissionManager::load_geofence_stats(), MavlinkMissionManager::load_safepoint_stats(), Geofence::loadFromFile(), MavlinkMissionManager::update_geofence_count(), and MavlinkMissionManager::update_safepoint_count().
uint16_t mission_stats_entry_s::update_counter |
This counter is increased when (some) items change (this can wrap)
Definition at line 196 of file navigation.h.
Referenced by Geofence::_updateFence(), Geofence::checkPolygons(), MavlinkMissionManager::load_geofence_stats(), MavlinkMissionManager::update_geofence_count(), and MavlinkMissionManager::update_safepoint_count().