Software Library API naibrd 2.24.0
See all documentation at naii.docs.com

Functions

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_Close (int16_t device)
 Closes one 1553 unit (a "device" in DDC API).
 
NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_Free (int16_t device)
 Frees all resources used by the hardware based on the type of access used.
 

Detailed Description

Function Documentation

◆ naibrd_1553_Close()

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_Close ( int16_t device)

Closes one 1553 unit (a "device" in DDC API).

Parameters
device: (Input) Unit index (0-31).
Returns
  • NAI_SUCCESS

◆ naibrd_1553_Free()

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_Free ( int16_t device)

Frees all resources used by the hardware based on the type of access used.

Parameters
device: (Input) Logical Device Number (0-31).
Returns
  • NAI_SUCCESS when the device has been freed successfully
  • NAIBRD_1553_RC_INVALID_DEVICE_NUMBER when incorrect device number was input