PX4 Firmware
PX4 Autopilot Software http://px4.io
geofence_result_s Struct Reference

#include <geofence_result.h>

Collaboration diagram for geofence_result_s:

Public Attributes

uint64_t timestamp
 
bool geofence_violated
 
uint8_t geofence_action
 
bool home_required
 
uint8_t _padding0 [5]
 

Detailed Description

Definition at line 56 of file geofence_result.h.

Member Data Documentation

◆ _padding0

uint8_t geofence_result_s::_padding0[5]

Definition at line 62 of file geofence_result.h.

◆ geofence_action

uint8_t geofence_result_s::geofence_action

Definition at line 60 of file geofence_result.h.

Referenced by Navigator::run().

◆ geofence_violated

bool geofence_result_s::geofence_violated

◆ home_required

bool geofence_result_s::home_required

Definition at line 61 of file geofence_result.h.

Referenced by Navigator::run().

◆ timestamp

uint64_t geofence_result_s::timestamp

Definition at line 58 of file geofence_result.h.

Referenced by Navigator::run().


The documentation for this struct was generated from the following file: