![Aim AFDX / ARINC 664 Скачать руководство пользователя страница 72](http://html1.mh-extra.com/html/aim/afdx-arinc-664/afdx-arinc-664_reference-manual_2871730072.webp)
60
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: Transmitter Functions
4
4
.
.
3
3
.
.
2
2
G
G
e
e
n
n
e
e
r
r
i
i
c
c
a
a
n
n
d
d
R
R
e
e
p
p
l
l
a
a
y
y
T
T
r
r
a
a
n
n
s
s
m
m
i
i
t
t
t
t
e
e
r
r
F
F
u
u
n
n
c
c
t
t
i
i
o
o
n
n
s
s
4
4
.
.
3
3
.
.
2
2
.
.
1
1
F
F
d
d
x
x
C
C
m
m
d
d
T
T
x
x
Q
Q
u
u
e
e
u
u
e
e
C
C
r
r
e
e
a
a
t
t
e
e
Prototype:
AiReturn FdxCmdTxQueueCreate ( AiUInt32 ul_Handle,
const TY_FDX_TX_QUEUE_SETUP
*px_TxQueueCreate,
TY_FDX_TX_QUEUE_INFO *px_TxQueueInfo);
Driver Command:
FDX_TX_QUEUE_CREATE (0x00008056)
Purpose:
This function is used to create a queue of AFDX Frames. This Queue is the input for the
Generic or Replay Transmit Mode. Only one Transmit Queue can be created for one port.
Input:
T
T
Y
Y
_
_
F
F
D
D
X
X
_
_
T
T
X
X
_
_
Q
Q
U
U
E
E
U
U
E
E
_
_
S
S
E
E
T
T
U
U
P
P
*
*
p
p
x
x
_
_
T
T
x
x
Q
Q
u
u
e
e
u
u
e
e
C
C
r
r
e
e
a
a
t
t
e
e
Pointer to a setup structure for a Transmit queue.
Pointer to a setup structure for a Transmit queue.
typedef struct {
AiUInt32
ul_QueueSize;
} TY_FDX_TX_QUEUE_SETUP;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
Q
Q
u
u
e
e
u
u
e
e
S
S
i
i
z
z
e
e
Defines the size of the Queue in Byte. This means the memory which is allocated in BIU
associated memory. If this value is set to zero, a internal default queue size will be selected.