Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
ar568_recv.c File Reference

Functions

static bool_t AR568_Receive_run ()
 AR568_Receive_run queries the user for the card, module and channel to configure the ARINC-568 receiver and enable it to receive ARINC-568 messages.
 
static bool_t RxAndDisplayFIFOMsgs (int32_t cardIndex, int32_t module, int32_t channel)
 
int32_t AR568_Receive (void)
 The purpose of AR568_Receive is to illustrate the methods to call in the naibrd library to configure the ARINC-568 channel to receive ARINC-568 messages and store received messages in a receive FIFO.
 

Variables

static const int8_t * CONFIG_FILE = (const int8_t *)"default_AR568Recv.txt"
 

Function Documentation

◆ AR568_Receive()

int32_t AR568_Receive ( void )

The purpose of AR568_Receive is to illustrate the methods to call in the naibrd library to configure the ARINC-568 channel to receive ARINC-568 messages and store received messages in a receive FIFO.

The following system configuration routines from the nai_sys_cfg.c file are called to assist with the configuration setup for this program prior to calling the naibrd ARINC routines.

  • ConfigDevice
  • DisplayDeviceCfg
  • GetBoardSNModCfg
  • CheckModule

◆ AR568_Receive_run()

static bool_t AR568_Receive_run ( )
static

AR568_Receive_run queries the user for the card, module and channel to configure the ARINC-568 receiver and enable it to receive ARINC-568 messages.

◆ RxAndDisplayFIFOMsgs()

static bool_t RxAndDisplayFIFOMsgs ( int32_t cardIndex,
int32_t module,
int32_t channel )
static

Variable Documentation

◆ CONFIG_FILE

const int8_t* CONFIG_FILE = (const int8_t *)"default_AR568Recv.txt"
static