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

Functions

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_MtStart (int16_t device)
 Start MT device.
 
NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_MtStop (int16_t device)
 Stop MT device.
 

Detailed Description

Function Documentation

◆ naibrd_1553_MtStart()

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_MtStart ( int16_t device)

Start MT device.

Equivalent DDC definition: aceMTStart

Parameters
device: (Input) Logical Device Number (0-31).
Returns
  • NAI_SUCCESS when function is completed successfully
  • NAIBRD_1553_RC_INVALID_DEVICE_NUMBER when incorrect device number was input
  • NAIBRD_1553_RC_INVALID_MODE when device mode is not set to MT
  • NAIBRD_1553_RC_INVALID_STATE when device is in an invalid state

◆ naibrd_1553_MtStop()

NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_MtStop ( int16_t device)

Stop MT device.

Equivalent DDC definition: aceMTStop

Parameters
device: (Input) Logical Device Number (0-31).
Returns
  • NAI_SUCCESS when function is completed successfully
  • NAIBRD_1553_RC_INVALID_DEVICE_NUMBER when incorrect device number was input
  • NAIBRD_1553_RC_INVALID_MODE when device mode is not set to MT
  • NAIBRD_1553_RC_INVALID_STATE when device is in an invalid state