202
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: Receiver Functions
4
4
.
.
4
4
.
.
3
3
.
.
1
1
1
1
F
F
d
d
x
x
C
C
m
m
d
d
M
M
o
o
n
n
T
T
r
r
g
g
W
W
o
o
r
r
d
d
I
I
n
n
i
i
Prototype:
AiReturn FdxCmdMonTrgWordIni (AiUInt32 ul_Handle
const TY_FDX_MON_TRG_WORD_INI
*px_MonTrgWordIni);
Driver Command:
FDX_MON_TRG_WORD_INI (0x00008092)
Purpose:
This function initializes the Monitor Trigger Word. See Figure 4.4.3.7-1 which shows the
dependencies and functionality of the trigger engine.
Input:
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
M
M
O
O
N
N
_
_
T
T
R
R
G
G
_
_
W
W
O
O
R
R
D
D
_
_
I
I
N
N
I
I
*
*
p
p
x
x
_
_
M
M
o
o
n
n
T
T
r
r
g
g
W
W
o
o
r
r
d
d
I
I
n
n
Pointer to a structure which contains, the Trigger Mask- and Trigger Compare
Values for Rx Start- and Stop Trigger. See also the FdxCmdMonTCBSetup
command
ul_TriggerBits
parameter of the
TY_FDX_MON_TCB_SET
structure.
typedef
{
AiUInt32 ul_StartTriggerMask;
AiUInt32 ul_StartTriggerComp;
AiUInt32 ul_StopTriggerMask;
AiUInt32 ul_StopTriggerComp;
}
TY_FDX_MON_TRG_WORD_INI;
Output:
None
Return Value
Returns FDX_OK on success or a negative error code on error.
Error Codes: FDX_ERR