6#ifndef ICAROUS_CFS_SAFE2DITCH_MSG_H
7#define ICAROUS_CFS_SAFE2DITCH_MSG_H
9#define S2D_MAX_INTRUDERS 10
30 uint8_t TlmHeader[CFE_SB_TLM_HDR_SIZE];
46 uint8_t TlmHeader[CFE_SB_TLM_HDR_SIZE];
47 uint8_t intruderID[S2D_MAX_INTRUDERS];
48 double intruderLat[S2D_MAX_INTRUDERS];
49 double intruderLon[S2D_MAX_INTRUDERS];
uint8_t numOfIntruders
Definition: safe2ditch_msg.h:50
double todAltitude
Definition: safe2ditch_msg.h:32
bool ditchGuidanceRequired
Definition: safe2ditch_msg.h:35
bool endDitch
Definition: safe2ditch_msg.h:34
bool resetDitch
Definition: safe2ditch_msg.h:33
bool ditchRequested
Definition: safe2ditch_msg.h:36
message contaning information about intruders reported by safe2ditch
Definition: safe2ditch_msg.h:45
message contaning status information about safe2ditch
Definition: safe2ditch_msg.h:29