RTNAL_HW_TIME

RTNAL_HW_TIME is a structure used for hardware timestamps.

Syntax

typedef struct _RTNAL_HW_TIME{
	volatile ULONG     sec;
	volatile ULONG     nsec;
}RTNAL_HW_TIME, * PRTNAL_HW_TIME;

Fields

sec

The hardware timestamp in seconds.

nsec

The hardware timestamp in nanoseconds.

Requirements

Minimum Supported Version RTX64 4.0
Header rtnapi.h, RtNalApi.h
Library RtNal.lib

See Also: