6#ifndef ICAROUS_CFS_GEOFENCE_MSG_H
7#define ICAROUS_CFS_GEOFENCE_MSG_H
20 uint8_t TlmHeader[CFE_SB_TLM_HDR_SIZE];
21 double fromPosition[3];
33 uint8_t TlmHeader[CFE_SB_TLM_HDR_SIZE];
data structure containing information about the parameters used by the geofence app
Definition: geofence_msg.h:32
request to check if a path is feasible between two given points. Also used as a response.
Definition: geofence_msg.h:19
bool feasibleAB
Definition: geofence_msg.h:25
bool feasibleA
Definition: geofence_msg.h:23
bool feasibleB
Definition: geofence_msg.h:24