PNTIME
This structure stores Positioning and Navigation device time and computer system time.
Syntax
typedef struct tagPNTIME{
PNTM tmDevice;
PNAVTM tmAvDevice;
PNTM tmLeapDiffTime;
PNAVTM tmAvLeapDiffTime;
PNTM tmComputer;
PNAVTM tmAvComputer;
} PNTIME;
Members
- tmDevice
- Specifies the time reported by the device
- tmAvDevice
- Stores which elements of tmAvDevice are valid and which are not
- tmLeapDiffTime
- Unsupported
- tmAvLeapDiffTime
- Unsupported
- tmComputer
- Specifies the system time on the computer
- tmAvComputer
- Stores which elements of tmAvComputer are valid and which are not