MIL-STD-1553 Reference Manual
Chapter 9 – Bus Monitor Functions
9.1.14 ApiCmdBMRTSAActRead
Prototype:
AiInt16 ApiCmdBMRTSAActRead ( AiUInt32 ul_ModuleHandle, AiUInt8 biu, AiUInt8 rt,
AiUInt8 sa, AiUInt8 sa_type,
TY_API_BM_RT_ACT *pact );
Driver Command:
API_BM_RT_SA_ACT_READ (0xC7)
Purpose:
This function is used to read the actual transfer/error counts and error type
information for the specified RT Subaddress.
I
I
n
n
p
p
u
u
t
t
A
A
i
i
U
U
I
I
n
n
t
t
8
8
r
r
t
t
A
A
i
i
U
U
I
I
n
n
t
t
8
8
s
s
a
a
_
_
t
t
y
y
p
p
e
e
Subaddress Type
API_RT_TYPE_RECEIVE_MODECODE
API_RT_TYPE_TRANSMIT_MODECODE
O
O
u
u
t
t
p
p
u
u
t
t
T
T
Y
Y
_
_
A
A
P
P
I
I
_
_
B
B
M
M
_
_
R
R
T
T
_
_
A
A
C
C
T
T
*
*
p
p
a
a
c
c
t
t
BM RT SA Activity information
typedef struct ty_api_bm_rt_act
{
AiUInt32 mc;
AiUInt32 ec;
AiUInt32 et;
} TY_API_BM_RT_ACT;
Message Counter (32-bit)
Error Counter (32-bit)