packages feed

ogma-cli-1.7.0: tests/reduced_geofence_msgs.h

/**
 * @struct geofence_parameters_t
 * @brief data structure containing information about the parameters used by the geofence app
 */
typedef struct{
   uint8_t  TlmHeader[CFE_SB_TLM_HDR_SIZE];
   double lookahead;
   double hthreshold;
   double vthreshold;
   double hstepback;
   double vstepback;
}geofence_parameters_t;