function declarations, definitions of macros, datastructures and global variables for the FLARM application
More...
#include "cfe.h"
#include "cfe_error.h"
#include "cfe_evs.h"
#include "cfe_sb.h"
#include "cfe_es.h"
#include "UtilFunctions.h"
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "network_includes.h"
#include "flarm_events.h"
#include "msgdef/ardupilot_msg.h"
#include "msgdef/traffic_msg.h"
#include "msgids/ardupilot_msgids.h"
#include "msgids/scheduler_msgids.h"
#include "msgids/traffic_msgids.h"
#include "port_lib.h"
#include "pflaa.h"
Go to the source code of this file.
|
#define | FLARM_PIPE_NAME "FLARM_PIPE" |
|
#define | FLARM_PIPE_DEPTH 100 |
|
#define | SCH_FLARM_PIPE1_NAME "SCH_FLARM" |
|
◆ FLARM_AppCleanUp()
void FLARM_AppCleanUp |
( |
void |
| ) |
|
◆ FLARM_AppInit()
void FLARM_AppInit |
( |
void |
| ) |
|
Initialize app properties
◆ FLARM_AppMain()
void FLARM_AppMain |
( |
void |
| ) |
|
◆ FLARM_InitializePorts()
void FLARM_InitializePorts |
( |
| ) |
|
Initialize ports to the autopilot
◆ FLARM_ProcessData()
void FLARM_ProcessData |
( |
void |
| ) |
|
Process data from the autopilot
◆ FLARM_ProcessSBData()
void FLARM_ProcessSBData |
( |
void |
| ) |
|
Process data from the SB message
◆ FLARMTableValidationFunc()
int32_t FLARMTableValidationFunc |
( |
void * |
TblPtr | ) |
|
Validate table data
- Parameters
-
◆ getFileTimeandDate()
void getFileTimeandDate |
( |
char ** |
Filename | ) |
|
Obtains current time and date for filename
◆ logSentence()
bool logSentence |
( |
char * |
recvbuffer, |
|
|
nmea_pflaa_s * |
pflaa |
|
) |
| |