|
SELKIELogger
1.0.0
|
Test reading NMEA data from a file. More...
#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "SELKIELoggerBase.h"#include "SELKIELoggerNMEA.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Test reading NMEA data from a file.
Definition in file NMEAMessagesFromFile.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Read data from file until end of file is reached, outputting total number of entries read.
Exact outputs dependent on supplied test data
| [in] | argc | Argument count |
| [in] | argv | Arguments |
Definition at line 49 of file NMEAMessagesFromFile.c.