32
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: Library Administration Functions
F
F
D
D
X
X
_
_
I
I
N
N
T
T
E
E
R
R
R
R
U
U
P
P
T
T
_
_
F
F
U
U
N
N
C
C
*
*
u
u
s
s
e
e
r
r
I
I
n
n
t
t
F
F
u
u
n
n
c
c
t
t
i
i
o
o
n
n
*userIntFunction
is a function pointer to a user-developed function which will
perform application-specific activities upon the occurrence of an interrupt. This
function must be of the type FDX_INTERRUPT_FUNC which is defined as follows:
typedef
void
FDX_INTERRUPT_FUNC(AiUInt8 uc_Module, AiUInt8 uc_Biu, AiUInt8
uc_Type, TY_FDX_INTR_LOGLIST_ENTRY x_Info )
See
FdxInstIntHandler
for further information regarding the
FDX_INTERRUPT_FUNC
parameter requirements.
O
O
u
u
t
t
p
p
u
u
t
t
n
n
o
o
n
n
e
e
R
R
e
e
t
t
u
u
r
r
n
n
V
V
a
a
l
l
u
u
e
e
Returns FDX_OK on success or a negative error code on error.
Error Codes: FDX_ERR