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

Functions

static bool_t naiapp_Run_CD_Manual_and_Auto_Burn (int32_t cardIndex, int32_t module, uint32_t modid)
 naiapp_Run_CD_Manual_and_Auto_Burn This routine demonstrates the following API functions in the CD naibrd library to configure the CD module and perform a Manual or Auto Burn:
 
static bool_t RunAutoOrManualBurn (int32_t cardIndex, int32_t module, uint32_t modid, int32_t userMinChannel, int32_t userMaxChannel, bool_t bAutoBurn)
 
int32_t naiapp_CD_Manual_and_Auto_Burn (void)
 The purpose of the naiapp_Run_CD_Manual_and_Auto_Burn is to illustrate the methods to call in the naibrd library to configure the CD module and perform a Manual or Auto Burn.
 

Variables

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

Function Documentation

◆ naiapp_CD_Manual_and_Auto_Burn()

int32_t naiapp_CD_Manual_and_Auto_Burn ( void )

The purpose of the naiapp_Run_CD_Manual_and_Auto_Burn is to illustrate the methods to call in the naibrd library to configure the CD module and perform a Manual or Auto Burn.

◆ naiapp_Run_CD_Manual_and_Auto_Burn()

static bool_t naiapp_Run_CD_Manual_and_Auto_Burn ( int32_t cardIndex,
int32_t module,
uint32_t modid )
static

naiapp_Run_CD_Manual_and_Auto_Burn This routine demonstrates the following API functions in the CD naibrd library to configure the CD module and perform a Manual or Auto Burn:

naibrd_CD_SetEnabledChannels naibrd_CD_SetChanEnergySetting naibrd_CD_GetChanResistance naibrd_CD_SetChanFaultResistanceThreshold naibrd_CD_SetAutoBurnMaxCount naibrd_CD_InitiateAutoBurnChannels naibrd_CD_GetAutoBurnCount naibrd_CD_InitiateManualBurnChannels naibrd_CD_GetManualBurnChannels naibrd_CD_SetChanFaultResistanceThreshold naibrd_CD_SetChanWarningResistanceThreshold naibrd_CD_SetChanOpenResistanceThreshold naibrd_CD_SetChanStatusEnable naibrd_CD_GetChanMappedStatus

◆ RunAutoOrManualBurn()

static bool_t RunAutoOrManualBurn ( int32_t cardIndex,
int32_t module,
uint32_t modid,
int32_t userMinChannel,
int32_t userMaxChannel,
bool_t bAutoBurn )
static

Variable Documentation

◆ DEF_CONFIG_FILE

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