PNData_t
Enumerates the types of data used by methods such as GetData and SetData.
Syntax
typedef enum ePNData_t{
PN_DT_ALL = MIN_PNDATA_T,
PN_DT_POSITION = 1,
PN_DT_VELOCITY = 2,
PN_DT_DEVICESTATE = 3,
PN_DT_TIME = 4,
PN_DT_TM = 5,
PN_DT_ACCURACY = 6,
PN_DT_STATION = 7,
PN_DT_DEVICE = 8,
PN_DT_CONFIG = 9,
PN_DT_SETTINGS = 10,
PN_DT_ALMANAC = 14,
}PNData_t;
Members
- PN_DT_ALL
- All PNData_t fields
- PN_DT_POSITION
- Longitude, latitude, and altitude position data, in the format specified by the PNPOSLLA structure
- PN_DT_VELOCITY
- Velocity data, in the format specified by the PNVELOCITY structure
- PN_DT_DEVICESTATE
- Device state data, in the format specified by the PNDEVSTATE structure
- PN_DT_TIME
- Time data, in the format specified by the PNTIME structure
- PN_DT_TM
- Time data, in the format specified by the PNTM structure
- PN_DT_ACCURACY
- Accuracy data, in the format specified by the PNACCURACY structure
- PN_DT_STATION
- Station data, in the format specified by the PNSTATION structure
- PN_DT_DEVICE
- Device profile data, in the format specified by the PNDEVICE structure
- PN_DT_CONFIG
- Configuration data, in the format specified by the PNCONFIG structure
- PN_DT_SETTINGS
- Settings data, in the format specified by the PNSETTINGS structure
- PN_DT_ALMANAC
- Almanac data, in the format specified by the PNALMANAC structure