This structure indicates which of the position elements are valid. It is intended to mirror the PNPOSLLA structure.
typedef struct tagPNAVPOSLLA{
DWORD dwStructureSize;
DWORD dwAv1;
DWORD dwPNReserved;
} PNAVPOSLLA;
Flag |
Bit |
Description |
PN_APL_LONG | 0 | Longitude is valid or invalid. |
PN_APL_LAT | 1 | Latitude is valid or invalid. |
PN_APL_ALT | 2 | Altitude is valid or invalid. |
PN_APL_RADIANS | 3 | The fRadians member is valid or invalid. |
Reserved for future use | 4-31 |