MIL-STD-1553 Reference Manual
Chapter 9 – Bus Monitor Functions
9.1.5 ApiCmdBMFilterIni
Prototype:
AiInt16 ApiCmdBMFilterIni ( AiUInt32 ul_ModuleHandle, AiUInt8 biu, AiUInt8 rt_addr,
AiUInt32 rx_sa, AiUInt32 tx_sa, AiUInt32 rx_mc,
AiUInt32 tx_mc );
Driver Command:
API_BM_INI_MSG_FLT (0xC0)
Purpose:
This function is used to provide a filter capability on RT Subaddress and Mode code
level for the specified RT Address. As a default, all Message Capture Enable / Filter
bits are set with the ApiCmdBMIni function.
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
d
d
d
d
r
r
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
r
r
x
x
_
_
s
s
a
a
Message Capture Enable / Filter bits for RT Receive Subaddresses
Bit31...0 correspond to SA31...SA0.
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
t
t
x
x
_
_
s
s
a
a
Message Capture Enable / Filter bits for RT Transmit Subaddresses
Bit31...0 correspond to SA31...SA0.
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
r
r
x
x
_
_
m
m
c
c
Message Capture Enable / Filter bits for RT Receive Mode codes
Bit31...0 correspond to MC31...MC0.
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
t
t
x
x
_
_
m
m
c
c
Message Capture Enable / Filter bits for RT Transmit Mode codes
Bit31...0 correspond to MC31...MC0.
Return Value
All API functions return API_OK if no error occurred. If the return value is not
equal to API_OK the function ApiGetErrorDescription can be used to obtain an
error description.