This structure indicates valid and invalid velocity elements.
typedef struct tagPNAVVELENU{
DWORD dwStructureSize;
DWORD dwAv1;
DWORD dwPNReserved;
} PNAVVELENU;
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 |