![Aim AFDX / ARINC 664 Скачать руководство пользователя страница 48](http://html1.mh-extra.com/html/aim/afdx-arinc-664/afdx-arinc-664_reference-manual_2871730048.webp)
36
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: System Functions
4
4
.
.
2
2
.
.
1
1
F
F
d
d
x
x
C
C
m
m
d
d
B
B
I
I
T
T
E
E
T
T
r
r
a
a
n
n
s
s
f
f
e
e
r
r
Prototype:
AiReturn FdxCmdBITETransfer (
const AiChar * ac_SrvName,
const AiUInt32 ul_Board_ResourceID);
Driver Command:
-
Purpose:
This function performs some transfer tests using available port resources of one FDX board.
This function will determine the number of ports on the board. If only two ports, it will test them
against each other. If four ports are used, Port 1 and Port 2 will be tested against each other
and Port 3 and Port 4 will be tested against each other.
Port 1 and Port 2 must be connected with a Loop-Back cable (crossover), if available Port 3
and Port 4 must be connected with a Loop-Back cable (crossover).
The resources of the board under test shall be not logged in.
Note:
For this version there is only “local” operation of the resources supported.
This function will operate only with local available resources.
Input
AiChar ac_SrvName
Name of the PC, where the ANS (AIM Network Server) Server is running.
Value
Constant
Description
"local"
-
Local use of the board
<SrvName>
Name of the PC, where the ANS Server (AIM Network Server)
is running
(e.g. “\\SW-PC-06” or “192.168.0.119”)
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
B
B
o
o
a
a
r
r
d
d
_
_
R
R
e
e
s
s
o
o
u
u
r
r
c
c
e
e
I
I
D
D
The Resource ID identifies one resource of a server. For this function a board
resource ID has to be used.. This resource ID is obtained by calling the function
FdxQueryServerConfig(...).
Output
None
Return Value
Returns true on success or false on any kind of error.