PNVELOCITY

This structure stores velocities and the time they were last updated.

Syntax

typedef struct tagPNVELOCITY{
DWORD
dwStructureSize;
PNTIME
tiTime;
PNVELENU
vlVelocity;
PNAVVELENU
vlAvVelocity;
DWORD
dwPNReserved;
} PNVELOCITY;

Members

dwStructureSize
Specifies the size, in bytes, of the structure
tiTime
Time the structure was last updated
vlVelocity
The velocity of the vehicle containing the GPS device
vlAvVelocity
Indicates valid and invalid vlVelocity elements
dwPNReserved
Reserved for future use