Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: A_TeseoLocationNEW A_TeseoLocation
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.
Generated on Wed Jul 13 2022 01:04:53 by
