Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

Geofence_Infos Struct Reference

Geofence_Infos Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]

Data structure that contains all of the information about Geofence. More...

#include <NMEAParser.h>

Data Fields

uint8_t op
 Geofence type message (configuration/status)
uint8_t result
 Geofence cfg/request result (OK/ERROR)
int idAlarm
 Id of the circle raising the alarm.

Detailed Description

Data structure that contains all of the information about Geofence.

Definition at line 286 of file NMEAParser.h.


Field Documentation

int idAlarm

Id of the circle raising the alarm.

Definition at line 289 of file NMEAParser.h.

uint8_t op

Geofence type message (configuration/status)

Definition at line 287 of file NMEAParser.h.

uint8_t result

Geofence cfg/request result (OK/ERROR)

Definition at line 288 of file NMEAParser.h.