|
ICAROUS
|
Structure to hold app data.
#include <cognition.h>
Public Attributes | |
| CFE_SB_PipeId_t | CognitionPipe |
| pipe variable | |
| CFE_SB_PipeId_t | SchPipe |
| pipe variable | |
| CFE_SB_MsgPtr_t | CogMsgPtr |
| msg pointer to SB message | |
| CFE_SB_MsgPtr_t | SchMsgPtr |
| msg pointer to SB message | |
| CFE_TBL_Handle_t | CogtblHandle |
| table handle | |
| position_t | position |
| position message | |
| attitude_t | attitude |
| attitude message | |
| flightplan_t | flightplan1 |
| Mission flight plan. | |
| flightplan_t | flightplan2 |
| Contigency flight plan. | |
| flightplan_t * | fp |
| bands_t | trkBands |
| bands_t | gsBands |
| bands_t | altBands |
| bands_t | vsBands |
| algorithm_e | searchAlgType |
| status_t | statustxt |
| cognition_params_t | parameters |
| void * | cog |
| Cognition module object. | |