Implements NMEA, GPGGA, GPRMC and Field classes defined in NMEA.h Provides methods for synthesizing NMEA 0183 GPS strings.
#include "NMEA.h"
Functions | |
| ostream & | operator<< (ostream &output, const Field &n) |
| output stream operator. | |
| ostream& operator<< | ( | ostream & | output, | |
| const Field & | n | |||
| ) |
output stream operator.
Formats object for output stream insertion
| output | output stream handle | |
| n | Field object pointer |
1.5.4