function declarations, definitions of macros, datastructures and global variables for the cognition application
More...
#include "cfe.h"
#include "cfe_error.h"
#include "cfe_evs.h"
#include "cfe_sb.h"
#include "cfe_es.h"
#include "cfe_platform_cfg.h"
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <math.h>
#include <time.h>
#include "cognition_events.h"
#include "Icarous_msg.h"
#include "traffic_msg.h"
#include "trajectory_msg.h"
#include "geofence_msg.h"
#include "guidance_msg.h"
#include "Icarous_msgids.h"
#include "sch_msgids.h"
#include "traffic_msgids.h"
#include "trajectory_msgids.h"
#include "geofence_msgids.h"
#include "guidance_msgids.h"
#include "UtilFunctions.h"
#include "Guidance.h"
#include "Core/Cognition/Cognition.h"
Go to the source code of this file.
|
#define | COGNITION_PIPE_NAME "COGPIPE" |
|
#define | COGNITION_PIPE_DEPTH 100 |
|
#define | SCH_COGNITION_PIPE_NAME "SCH_COGNITION" |
|
◆ COGNITION_AppCleanUp()
void COGNITION_AppCleanUp |
( |
void |
| ) |
|
◆ COGNITION_AppInit()
void COGNITION_AppInit |
( |
void |
| ) |
|
Initialize app properties
◆ COGNITION_AppInitData()
void COGNITION_AppInitData |
( |
void |
| ) |
|
Initialize app specific data
◆ COGNITION_AppMain()
void COGNITION_AppMain |
( |
void |
| ) |
|
◆ COGNITION_GetADSBData()
void COGNITION_GetADSBData |
( |
void |
| ) |
|
◆ COGNITION_ProcessSBData()
void COGNITION_ProcessSBData |
( |
void |
| ) |
|
Process data from the SB message
◆ cognitionTableValidationFunc()
int32_t cognitionTableValidationFunc |
( |
void * |
TblPtr | ) |
|
Validate table data
- Parameters
-