MIL-STD-1553 Reference Manual
Chapter 2 - Library Administration and Initialization Functions
2.1.10 ApiGetLibraryInfo
Prototype:
AiInt16 ApiGetLibraryInfo( TY_API_LIB_INFO *px_LibInfo );
Driver Command:
(none)
Purpose:
Reads extended information about the current library settings.
Input
Output
T
T
Y
Y
_
_
A
A
P
P
I
I
_
_
L
L
I
I
B
B
_
_
I
I
N
N
F
F
O
O
*
*
p
p
x
x
_
_
L
L
i
i
b
b
I
I
n
n
f
f
o
o
Library Info Structure
typedef struct ty_api_lib_info
{
AiUInt32 ul_AttachedApps;
} TY_API_LIB_INFO;
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
u
u
l
l
_
_
A
A
t
t
t
t
a
a
c
c
h
h
e
e
d
d
A
A
p
p
p
p
s
s
Number of applications (processes) that are currently attached to the library.
Return Value
All API functions return API_OK if no error occurred. If the return value is not equal
to API_OK the function ApiGetErrorDescription can be used to obtain an error
description.