![]() |
Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
static void | Run_RLY_BasicOps (int32_t cardIndex, int32_t module, uint32_t modid) |
static void | Cfg_RLY_Channel (int32_t cardIndex, int32_t module, uint32_t ModuleID, int32_t MaxChannel) |
static bool_t | Display_RLY_Status (int32_t cardIndex, int32_t module, int32_t chan, uint32_t ModuleID) |
static nai_status_t | Configure_RLY_StateWord (int32_t paramCount, int32_t *p_params) |
static nai_status_t | Configure_RLY_Interrupt_Enable (int32_t paramCount, int32_t *p_params) |
static nai_status_t | Configure_RLY_Interrupt_Trigger (int32_t paramCount, int32_t *p_params) |
static nai_status_t | DisplayHelp (int32_t paramCount, int32_t *p_params) |
int32_t | RLY_BasicOps (void) |
The purpose of the rly_basic_ops is to illustrate the methods to call in the naibrd library to perform basic operations with the relay modules for configuration setup, controlling the drive outputs, and reading the channels. | |
Variables | |
static const int8_t * | CONFIG_FILE = (const int8_t *)"default_RLY_BasicOp.txt" |
bool_t | bShowBIT = NAI_TRUE |
static const int32_t | DEF_RLY_CHANNEL = 1 |
naiapp_cmdtbl_params_t | RLY_BasicOpMenuCmds [] |
naiapp_cmdtbl_params_t | RLY_GEN5_MenuCmds [] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int32_t RLY_BasicOps | ( | void | ) |
The purpose of the rly_basic_ops is to illustrate the methods to call in the naibrd library to perform basic operations with the relay modules for configuration setup, controlling the drive outputs, and reading the channels.
|
static |
bool_t bShowBIT = NAI_TRUE |
|
static |
|
static |
naiapp_cmdtbl_params_t RLY_BasicOpMenuCmds[] |
naiapp_cmdtbl_params_t RLY_GEN5_MenuCmds[] |