PNAVVELENU

This structure indicates valid and invalid velocity elements.

Syntax

typedef struct tagPNAVVELENU{
DWORD
dwStructureSize;
DWORD
dwAv1;
DWORD
dwPNReserved;
} PNAVVELENU;

Members

dwStructureSize
Specifies the size, in bytes, of the PNAVVELENU structure
dwAv1
Specifies bit flags, one for each element in the corresponding PNVELENU structure, that indicate if an element is available. The bit flags defined for the PNAVVELENU structure are described in the following table.
Flag
Bit
Description
PN_AVN_EAST 0 East velocity is valid or invalid.
PN_AVN_NORTH 1 North velocity is valid or invalid.
PN_AVN_UP 2 Up, or vertical, velocity is valid or invalid.
Reserved for future use 3-31  

dwPNReserved
Reserved for future use