PNEnv_t

Enumerates the predefined environments to which Positioning and Navigation devices can be set

Syntax

typedef enum ePNEnv_t{
PN_ET_STATIONARY = MIN_PNENV_T,
PN_ET_OPENROAD = 1,
PN_ET_URBANCANYON = 2,
PN_ET_FOREST = 3,
PN_ET_OPENOCEAN = 4,
PN_ET_AIRCRAFT = 5,
PN_ET_NONE = 6,
PN_ET_USER = MAX_PNENV_T
}PNEnv_t;

Members

PN_ET_STATIONARY
GPS device is not moving
PN_ET_OPENROAD
GPD device is on open road with clear view of sky
PN_ET_URBANCANYON
Device is surrounded by tall city buildings
PN_ET_FOREST
Device is in a forest or near trees
PN_ET_OPENOCEAN
Device is on the open ocean with a full view of sky
PN_ET_AIRCRAFT
Device is in an aircraft with full view of sky
PN_ET_NONE
No environment has been set. This is only returned by PNSETTINGS.
PN_ET_USER
To be determined