GM_gps_event_t32 Enumeration |
GPS event notification enumeration
Namespace:
GlobalMapper.GPS
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public enum GM_gps_event_t32
Public Enumeration GM_gps_event_t32
public enum class GM_gps_event_t32
Members
| Member name | Value | Description |
---|
| GPS_EVENT_NEW_POS | 0 | A new location is available (event data is GM_Point_t* with current lat/lon) |
| GPS_EVENT_STATE_CHANGED | 1 | The GPS state has changed |
| GPS_EVENT_END_OF_FILE | 2 | The end of a NMEA data file being replayed has been reached |
| GPS_NUM_EVENTS | 3 | |
See Also