INtime SDK Help
HPE_1588_TIMESTAMP structure

Describes the queue features available from the hardware interface.

typedef struct {
    WORD  seconds_hi;  
    DWORD seconds;     
    DWORD nanoseconds; 
} HPE_1588_TIMESTAMP;

Fields

seconds_hi
Upper 16 bits of 48 bit seconds value.
seconds
Lower 32 bits of 48 bit seconds value.
nanoseconds
Nanoseconds value. The lower four bits are ignored.

Requirements

Versions Defined in Include Link to
INtime 6.0 (HPE3) intime/rt/include/hpeif2.h hpeif2.h hpeif2.lib
See Also