#include "NMEA.h"
#include "Utils.h"
#include "BicamConsts.h"
Functions | |
| int | testGpggaSetFields () |
| Test GPGGA class setFields method. | |
| int | testGprmcSetFields () |
| Test GPRMC class setFields method. | |
| int | testChecksum () |
| Test NMEA checksum method. | |
| int | testGpggaToString () |
| test GPGGA class toString method | |
| int | testGprmcToString () |
| Test GPRMC toString method. | |
| int | main (int argc, char *argv[]) |
| NMEA unit tests entry point. | |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
NMEA unit tests entry point.
| int testChecksum | ( | ) |
| int testGpggaSetFields | ( | ) |
| int testGpggaToString | ( | ) |
| int testGprmcSetFields | ( | ) |
| int testGprmcToString | ( | ) |
1.5.4