|
GPS Device
|
Data types used by the NEO-6 module. More...

Classes | |
| struct | NEO6_INFO_ts |
| Holds all GPS data fields parsed from incoming NMEA sentences. More... | |
| struct | NEO6_CFG_ts |
| Configuration structure for initializing a NEO-6 handle. More... | |
Typedefs | |
| typedef struct neo6_handle_s | NEO6_HANDLE_ts |
| Opaque handle representing the NEO-6 hardware instance. | |
Enumerations | |
| enum | NEO6_MESSAGES_te { GPS_MESSAGE_GGA , GPS_MESSAGE_GLL , GPS_MESSAGE_GSA , GPS_MESSAGE_GSV , GPS_MESSAGE_RMC , GPS_MESSAGE_VTG , GPS_MESSAGE_TXT } |
| NMEA sentence type identifiers. More... | |
Data types used by the NEO-6 module.
| typedef struct neo6_handle_s NEO6_HANDLE_ts |
Opaque handle representing the NEO-6 hardware instance.
Returned by neo6_init_handle. The internal structure is hidden and must not be accessed directly.
| enum NEO6_MESSAGES_te |
NMEA sentence type identifiers.
Identifies the type of a parsed NMEA sentence. Not all types are currently processed; see the module description for the supported set.
Definition at line 65 of file neo6.h.