216
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 4 – Function Reference: Target Independent Administration Functions
Output:
TY_FDX_IRIG_TIME *px_IrigTime
IRIG Timecode Library structure
typedef struct {
AiInt32 l_Sign;
// sign (0=absolute, 1=relative positive,
// -1=relative negative
//
only
needed
for
calculation)
//
absolute=Irig
format
(day
1..366)
//
relative=No
Irig
format
(day
0..365)
AiUInt32
ul_Hour;
//
0..23
AiUInt32
ul_Min;
//
0..59
AiUInt32
ul_Second;
//
0..59
AiUInt32
ul_Day;
//
1..366
AiUInt32 ul_MilliSec;
// 0..999
AiUInt32 ul_MicroSec;
// 0..999
AiUInt32 ul_NanoSec;
/* 0..900 in steps of 100 */
AiUInt32 ul_Info;
}
TY_FDX_IRIG_TIME;
Return Value
Returns FDX_OK on success or a negative error code on error.
Error Codes: FDX_ERR
Summary of Contents for AFDX / ARINC 664
Page 2: ......