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

Functions

static bool_t naiapp_Run_CAN_Receive (int32_t cardIndex, int32_t module, uint32_t modId)
 CAN_Receive lets you receive CAN messages on a range of channels.
 
int32_t CAN_Receive (void)
 The main routine assists in gaining access to the board.
 

Variables

static const int8_t * DEF_CONFIG_FILE = (int8_t *)"default_CANRx.txt"
 This sample application lets you receive CAN messages on a range of channels.
 

Function Documentation

◆ CAN_Receive()

int32_t CAN_Receive ( void )

The main routine assists in gaining access to the board.

The following routines from the nai_sys_cfg.c file are called to assist with accessing and configuring the board.

  • ConfigDevice
  • DisplayDeviceCfg
  • GetBoardSNModCfg
  • CheckModule

◆ naiapp_Run_CAN_Receive()

static bool_t naiapp_Run_CAN_Receive ( int32_t cardIndex,
int32_t module,
uint32_t modId )
static

CAN_Receive lets you receive CAN messages on a range of channels.

Variable Documentation

◆ DEF_CONFIG_FILE

const int8_t* DEF_CONFIG_FILE = (int8_t *)"default_CANRx.txt"
static

This sample application lets you receive CAN messages on a range of channels.