Click or drag to resize

GM_GPSUtilGPSStartTrackingNMEAFile Method

Replay a recorded GPS track from a NMEA log file

Namespace:  GlobalMapper.GPS
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public static GM_Error_t32 GPSStartTrackingNMEAFile(
	string aFilename,
	GM_gps_nmea_flags_t32 aNmeaFlags,
	GM_GPSCallbackFunc aCallbackFunc,
	Object aReserved
)

Parameters

aFilename
Type: SystemString
full path to NMEA file to use
aNmeaFlags
Type: GlobalMapper.GPSGM_gps_nmea_flags_t32
flags controlling NMEA playback
aCallbackFunc
Type: GlobalMapper.GPSGM_GPSCallbackFunc
optional callback function
aReserved
Type: SystemObject
reserved value (must be NULL)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also