Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
static nai_status_t | Run_LL2BasicMenu (int32_t cardIndex, int32_t module, uint32_t modId) |
Run_LVDTBasicMenu illustrates the channel configuration and prepares the menu which will handle user command requests. Returns NAI_TRUE if the user enters the Quit Command at any point within its scope. | |
static nai_status_t | LL2BasicMenu_displayInfo (int32_t cardIndex, int32_t module, uint32_t modId) |
static nai_status_t | LL2BasicMenu_ConfigDLVCmdData (int32_t paramCount, int32_t *p_params) |
static nai_status_t | LL2BasicMenu_SendDLVData (int32_t paramCount, int32_t *p_params) |
static nai_status_t | LL2BasicMenu_RequestLVDData (int32_t paramCount, int32_t *p_params) |
static nai_status_t | LL2BasicMenu_SetUpdateRate (int32_t paramCount, int32_t *p_params) |
static nai_status_t | LL2BasicMenu_ResetCRCErrorCount (int32_t paramCount, int32_t *p_params) |
int32_t | LL2_BasicOps (void) |
The purpose of the LVDT_BasicOpsMenu is to illustrate the methods to call in the naibrd library to perform basic operations with the LVDT modules for configuration setup and reading the channels. | |
Variables | |
static const int8_t * | DEF_CONFIG_FILE = (const int8_t *)"default_LL2_BasicOps.txt" |
static naiapp_cmdtbl_params_t | LL2_BasicOpMenuCmds [] |
int32_t LL2_BasicOps | ( | void | ) |
The purpose of the LVDT_BasicOpsMenu is to illustrate the methods to call in the naibrd library to perform basic operations with the LVDT modules for configuration setup and reading the channels.
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 LVDT routines.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Run_LVDTBasicMenu illustrates the channel configuration and prepares the menu which will handle user command requests. Returns NAI_TRUE if the user enters the Quit Command at any point within its scope.
|
static |
|
static |