PNSETTINGS

This structure stores Position and Navigation device settings that can be changed by the user.

Syntax

typedef struct tagPNSETTINGS{
DWORD
dwStructureSize;
PNTIME
tiTime;
PNSTATIONMODE
cmMode[PN_NUM_SATS_c];
PNBool
fDGPSEnable;
PNBool
fDREnable;;
DWORD
dwDGPSTimeOut;
PNBool
fDGPS2DEnable;
DWORD
dwDGPS2DTimeOut;
PNDatum_t
daDatum;
PNPowerState_t
pwPowerState;
PNAltHold_t
ahAltitudeHold;
PNDouble
dAHAltitude;
PN2DMode_t
mo2DPosMode;
PNDouble
d2DAltitude;
PNAccess_t
asAccess;
PNEnv_t
etEnvironment;
PNAVSETTINGS
seAvSettings;
DWORD
dwPNReserved;
} PNSETTINGS;

Members

dwStructureSize
Specifies the size, in bytes, of the structure
tiTime
Time when the data was collected
cmMode
Unsupported
fDGPSEnable
Unsupported
fDREnable
Unsupported
dwDGPSTimeOut
Unsupported
fDGPS2DEnable
Unsupported
dwDGPS2DTimeOut
Unsupported
daDatum
Geographic datum that the GPS receiver uses.
pwPowerState
Power state of device
ahAltitudeHold
Unsupported
dAHAltitude
Unsupported
mo2DPosMode
Unsupported
d2DAltitude
Unsupported
asAccess
Permissions for device
etEnvironment
Environment for this device
seAvSettings
Specifies which elements are valid
dwPNReserved
Reserved for future use