ST / X_NUCLEO_GNSS1A1

Dependents:   TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

TeseoData Struct Reference

TeseoData Struct Reference

Data structure that contains the driver informations. More...

#include <Teseo.h>

Data Fields

eDebugState debug
 Debug status.
GPGGA_Infos gpgga_data
 $GPGGA Data holder
GNS_Infos gns_data
 $--GNS Data holder
GPGST_Infos gpgst_data
 $GPGST Data holder
GPRMC_Infos gprmc_data
 $GPRMC Data holder
GSA_Infos gsa_data
 $--GSA Data holder
GSV_Infos gsv_data
 $--GSV Data holder
Geofence_Infos geofence_data
 Geofence Data holder.
Odometer_Infos odo_data
 Odometer Data holder.
Datalog_Infos datalog_data
 Datalog Data holder.

Detailed Description

Data structure that contains the driver informations.

Definition at line 121 of file Teseo.h.


Field Documentation

Datalog Data holder.

Definition at line 132 of file Teseo.h.

Debug status.

Definition at line 122 of file Teseo.h.

Geofence Data holder.

Definition at line 130 of file Teseo.h.

$--GNS Data holder

Definition at line 124 of file Teseo.h.

$GPGGA Data holder

Definition at line 123 of file Teseo.h.

$GPGST Data holder

Definition at line 125 of file Teseo.h.

$GPRMC Data holder

Definition at line 126 of file Teseo.h.

$--GSA Data holder

Definition at line 127 of file Teseo.h.

$--GSV Data holder

Definition at line 128 of file Teseo.h.

Odometer Data holder.

Definition at line 131 of file Teseo.h.