182
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: Receiver Functions
Figure 4.4.3.2-1: States of the Chronological Monitor
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
M
M
O
O
N
N
_
_
R
R
E
E
C
C
_
_
S
S
T
T
A
A
T
T
U
U
S
S
*
*
p
p
x
x
_
_
M
M
o
o
n
n
R
R
e
e
c
c
S
S
t
t
a
a
t
t
u
u
s
s
Status of the continuous capturing mode.
typedef struct {
AiUInt32
ul_FramesCaptured;
Ai_UInt64_Union
u64_BytesRecorded;
} TY_FDX_MON_REC_STATUS;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
F
F
r
r
a
a
m
m
e
e
s
s
C
C
a
a
p
p
t
t
u
u
r
r
e
e
d
d
Total number of frames captured since start.
A
A
i
i
_
_
U
U
I
I
n
n
t
t
6
6
4
4
_
_
U
U
n
n
i
i
o
o
n
n
u
u
6
6
4
4
_
_
B
B
y
y
t
t
e
e
s
s
R
R
e
e
c
c
o
o
r
r
d
d
e
e
d
d
Reserved.
Return Value
Returns FDX_OK on success or a negative error code on error.
Error Codes: FDX_ERR
Off
waiting
for start
trigger
triggered
stopped
full
Got start condition.
capturing data for
pre trigger
Trigger condition
went TRUE.
Capturing data.
Trigger condition
went FALSE.
stop capturing data.
Trigger condition
went TRUE again.
Capturing data
Monitor buffer is full.
no more data capturing
posible.
Switch of monitor
for restart.