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

Functions

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_RtStart (int16_t device)
 Starts the RT.
 
NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_RtStop (int16_t device)
 Stops the RT.
 

Detailed Description

Function Documentation

◆ naibrd_1553_RtStart()

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_RtStart ( int16_t device)

Starts the RT.

Parameters
device: (Input) Logical Device Number (0-31).
Returns
  • NAI_SUCCESS when the device has been initialized successfully
  • NAIBRD_1553_RC_INVALID_DEVICE_NUMBER when incorrect device number was input
  • NAIBRD_1553_RC_INVALID_MODE when device is not set in RT mode
  • NAIBRD_1553_RC_INVALID_STATE when device is in an invalid state
  • NAIBRD_1553_RC_INVALID_ACCESS when device is in an invalid access mode

◆ naibrd_1553_RtStop()

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_RtStop ( int16_t device)

Stops the RT.

Parameters
device: (Input) Logical Device Number (0-31).
Returns
  • NAI_SUCCESS when the device has been initialized successfully
  • NAIBRD_1553_RC_INVALID_DEVICE_NUMBER when incorrect device number was input
  • NAIBRD_1553_RC_INVALID_MODE when device is not set in RT mode
  • NAIBRD_1553_RC_INVALID_STATE when device is in an invalid state
  • NAIBRD_1553_RC_INVALID_ACCESS when device is in an invalid access mode