|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Attributes | |
| uint16_t | fence_type |
| one of MAV_CMD_NAV_FENCE_* (can also be a circular region) More... | |
| uint16_t | dataman_index |
| union { | |
| uint16_t vertex_count | |
| float circle_radius | |
| }; | |
Definition at line 147 of file geofence.h.
| union { ... } |
| float Geofence::PolygonInfo::circle_radius |
Definition at line 152 of file geofence.h.
Referenced by Geofence::_updateFence().
| uint16_t Geofence::PolygonInfo::dataman_index |
Definition at line 149 of file geofence.h.
Referenced by Geofence::_updateFence(), Geofence::insideCircle(), and Geofence::insidePolygon().
| uint16_t Geofence::PolygonInfo::fence_type |
one of MAV_CMD_NAV_FENCE_* (can also be a circular region)
Definition at line 148 of file geofence.h.
Referenced by Geofence::_updateFence().
| uint16_t Geofence::PolygonInfo::vertex_count |
Definition at line 151 of file geofence.h.
Referenced by Geofence::_updateFence(), Geofence::insidePolygon(), and Geofence::printStatus().