118
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: Transmitter Functions
Output:
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
F
F
W
W
_
_
B
B
U
U
F
F
_
_
H
H
D
D
L
L
*
*
p
p
x
x
_
_
T
T
x
x
B
B
u
u
f
f
f
f
e
e
r
r
Q
Q
u
u
e
e
u
u
e
e
H
H
a
a
n
n
d
d
l
l
e
e
typedef struct {
AiUInt32
ul_Handle;
}
TY_FDX_FW_BUF_HDL;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
H
H
a
a
n
n
d
d
l
l
e
e
Handle to this buffer queue. Must be used with all following commands which want to use this
buffer queue.
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
T
T
X
X
_
_
B
B
U
U
F
F
_
_
Q
Q
U
U
E
E
U
U
E
E
_
_
I
I
N
N
F
F
O
O
*
*
p
p
x
x
_
_
T
T
x
x
B
B
u
u
f
f
f
f
e
e
r
r
Q
Q
u
u
e
e
u
u
e
e
I
I
n
n
f
f
o
o
typedef struct {
AiUInt32
ul_BuffersInQueue;
AiUInt32 ul_BufferSize;
AiAddr
pv_BufferQueueStart;
}
TY_FDX_TX_BUF_QUEUE_INFO;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
u
u
f
f
f
f
e
e
r
r
s
s
I
I
n
n
Q
Q
u
u
e
e
u
u
e
e
Effectively number of buffers allocated for the Queue. This can differ from the requested
number of buffers if that was not conform to the rules of Buffer Queues
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
u
u
f
f
f
f
e
e
r
r
S
S
i
i
z
z
e
e
Effectively number of bytes allocated for one buffers in the Queue. This can differ from the
requested number of bytes if that was not conform to the rules of Buffer Queues
A
A
i
i
A
A
d
d
d
d
r
r
p
p
v
v
_
_
B
B
u
u
f
f
f
f
e
e
r
r
Q
Q
u
u
e
e
u
u
e
e
S
S
t
t
a
a
r
r
t
t
Reserved for internal use.
Return Value
Returns FDX_OK on success or a negative error code on error.
Error Codes: FDX_ERR