Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC naibrd_1553_t NAIAPI | naibrd_1553_MtMsgDecodeRaw (int16_t device, const uint16_t *p_buffer, naibrd_1553_msgstruct_t *p_outdecodedMessage) |
Decode the raw MT message into the given structure. | |
NAIBRDFUNC naibrd_1553_t NAIAPI naibrd_1553_MtMsgDecodeRaw | ( | int16_t | device, |
const uint16_t * | p_buffer, | ||
naibrd_1553_msgstruct_t * | p_outdecodedMessage ) |
Decode the raw MT message into the given structure.
Note:
device | : (Input) Logical Device Number (0-31). |
p_buffer | : (Input) A pointer to a buffer in which a raw message is stored. |
p_outdecodedMessage | : (Output) A pointer to a structure into which a message is decoded. |