Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
bool_t | Get1553Address (naibrd_1553_rt_subaddress_t maxaddress, naibrd_1553_rt_subaddress_t defaddress, naibrd_1553_rt_subaddress_t *address) |
bool_t | Get1553MTCfg (uint32_t modid, int32_t defchan, int32_t *rtchan) |
bool_t | Get1553RTCfg (uint32_t modid, int32_t defchan, naibrd_1553_rt_address_t defaddr, int32_t *rtchan, naibrd_1553_rt_address_t *rtaddr) |
bool_t | Get1553BCCfg (uint32_t modid, int32_t defchan, int32_t *bcchan) |
bool_t | IsFTx1553 (uint32_t moduleID) |
bool_t | IsFTx1760 (uint32_t moduleID) |
bool_t | Get1553LogicalDevNum (int16_t defdevnum, int16_t *devnum) |
bool_t | Get1553RTAddressSource (bool_t defSoftware, bool_t *bSoftware) |
bool_t | Get1553BCSoftwareOverride (bool_t defSoftware, bool_t *bSoftware) |
bool_t | Get1553BCAsyncMsgType (bool_t defPriorityHigh, bool_t *bHighPriority) |
bool_t | Get1760EEPROMCopy (bool_t defCopyToEEPROM, bool_t *bCopyToEEPROM) |
bool_t | Get1553RxBufferType (naibrd_1553_rt_dataBlockType_t defrxbuffertype, naibrd_1553_rt_dataBlockType_t *rxbuffertype) |
void | Load1553MenuCommands (int32_t menuCmdCnt, nai_1553_cmdtbl_type menuCmds[]) |
void | Display1553MenuCommands (int8_t *menuTitle) |
bool_t | Get1553CmdNum (int32_t cmdrequestCnt, int8_t *cmdrequest, int32_t *cmdNum) |
void | LoadIllegalization (int16_t devnum, int32_t channel) |
void | SaveIllegalization (int16_t devnum, int32_t channel) |
void | DisplayRegisters (int16_t devnum) |
void | DisplayAuxRegisters (int16_t devnum) |
bool_t | GetRTAddress (int32_t *nRTaddress) |
bool_t | GetTxRx (bool_t *bTxMsg) |
bool_t | GetSubaddress (int32_t *nSubaddress) |
bool_t | GetWordCount (int32_t *nWordCount) |
int32_t | MemoryTest (int16_t devnum) |
int32_t | MemoryTestFast (int16_t cardIndex, int16_t module, int16_t channel) |
Variables | |
static int32_t | g_MenuCmdCnt = 0 |
static nai_1553_cmdtbl_type | NAI_MenuCmds [25] |
void Display1553MenuCommands | ( | int8_t * | menuTitle | ) |
void DisplayAuxRegisters | ( | int16_t | devnum | ) |
void DisplayRegisters | ( | int16_t | devnum | ) |
bool_t Get1553Address | ( | naibrd_1553_rt_subaddress_t | maxaddress, |
naibrd_1553_rt_subaddress_t | defaddress, | ||
naibrd_1553_rt_subaddress_t * | address ) |
bool_t Get1553BCAsyncMsgType | ( | bool_t | defPriorityHigh, |
bool_t * | bHighPriority ) |
bool_t Get1553BCCfg | ( | uint32_t | modid, |
int32_t | defchan, | ||
int32_t * | bcchan ) |
bool_t Get1553BCSoftwareOverride | ( | bool_t | defSoftware, |
bool_t * | bSoftware ) |
bool_t Get1553CmdNum | ( | int32_t | cmdrequestCnt, |
int8_t * | cmdrequest, | ||
int32_t * | cmdNum ) |
bool_t Get1553LogicalDevNum | ( | int16_t | defdevnum, |
int16_t * | devnum ) |
bool_t Get1553MTCfg | ( | uint32_t | modid, |
int32_t | defchan, | ||
int32_t * | rtchan ) |
bool_t Get1553RTAddressSource | ( | bool_t | defSoftware, |
bool_t * | bSoftware ) |
bool_t Get1553RTCfg | ( | uint32_t | modid, |
int32_t | defchan, | ||
naibrd_1553_rt_address_t | defaddr, | ||
int32_t * | rtchan, | ||
naibrd_1553_rt_address_t * | rtaddr ) |
bool_t Get1553RxBufferType | ( | naibrd_1553_rt_dataBlockType_t | defrxbuffertype, |
naibrd_1553_rt_dataBlockType_t * | rxbuffertype ) |
bool_t Get1760EEPROMCopy | ( | bool_t | defCopyToEEPROM, |
bool_t * | bCopyToEEPROM ) |
bool_t GetRTAddress | ( | int32_t * | nRTaddress | ) |
bool_t GetSubaddress | ( | int32_t * | nSubaddress | ) |
bool_t GetTxRx | ( | bool_t * | bTxMsg | ) |
bool_t GetWordCount | ( | int32_t * | nWordCount | ) |
bool_t IsFTx1553 | ( | uint32_t | moduleID | ) |
bool_t IsFTx1760 | ( | uint32_t | moduleID | ) |
void Load1553MenuCommands | ( | int32_t | menuCmdCnt, |
nai_1553_cmdtbl_type | menuCmds[] ) |
void LoadIllegalization | ( | int16_t | devnum, |
int32_t | channel ) |
int32_t MemoryTest | ( | int16_t | devnum | ) |
int32_t MemoryTestFast | ( | int16_t | cardIndex, |
int16_t | module, | ||
int16_t | channel ) |
void SaveIllegalization | ( | int16_t | devnum, |
int32_t | channel ) |
|
static |
|
static |