Nmea2Xpf
Purpose
This command line application allows to generate a xpf format data file from the content of a GPS NMEA file, containing $GPGGA, $GPGST, $GPZDA NMEA sentences.
Usage
Nmea2Xpf [/version] [/remote] [/autostart {on|off}] [/verifyChecksum {yes|no}]
Parameters
|
Argument |
Value |
Description |
| /version |
Optional |
Displays version information about this application. |
| /remote |
Optional |
Remote mode must be used when this application is embedded into an external application. Default is interactive mode. |
| /autostart |
on/off |
If autostart is on (default) the process starts immediately, if off, the user must type the start command to start the process. |
| /verifyChecksum |
Optional |
If this option is set to yes (default) the frames with a bad checksum are rejected. |
| /beacon list |
Optional |
Comma separated list of beacon ID in the range [1-127] |
| /utcOrigin |
yyyy-mm-ddThh:mm:ss.sss Optional |
UTC date/time corresponding to the origin of the file time. |
| input |
Mandatory |
Input file name (NMEA file). |
| output |
Mandatory |
Output file name (xpf file). |
Example
Nmea2Xpf.exe input.txt output.xpf