![]() |
NDEVR
API Documentation
|
Describes what was updated after processing an NMEA sentence, including which data categories changed and any error status. More...
Public Attributes | |
| GNSSConstellation | constellation = GNSSConstellation::e_unknown |
| The constellation that provided this update. | |
| NMEAError | error = NMEAError::ERROR_OK |
| Error status from parsing. | |
| bool | location_changed = false |
| Whether position data changed. | |
| bool | orientation_changed = false |
| Whether orientation data changed. | |
| bool | quality_changed = false |
| Whether fix quality changed. | |
| bool | satellite_info_changed = false |
| Whether satellite info changed. | |
Describes what was updated after processing an NMEA sentence, including which data categories changed and any error status.
Definition at line 25 of file NMEAParserData.h.