![]() |
NDEVR
API Documentation
|
Configures quality-dependent settings for GNSS readings, including sample counts, timing, display color, and whether reading is permitted. More...
Public Member Functions | |
| void | setToDefaults (GNSSQuality quality) |
| Sets all settings to defaults appropriate for the given quality level. | |
Public Attributes | |
| bool | allow_take_reading = true |
| Whether taking a reading is allowed at this quality. | |
| RGBColor | color = Constant<RGBColor>::Invalid |
| Display color for this quality level. | |
| uint04 | take_reading_sample_count = Constant<uint04>::Invalid |
| Number of samples required for a reading. | |
| TimeSpan | take_reading_sample_time = Constant<TimeSpan>::Invalid |
| Time duration required for a reading. | |
Configures quality-dependent settings for GNSS readings, including sample counts, timing, display color, and whether reading is permitted.
Definition at line 22 of file MainGPSManager.h.
| void GNSSQualitySettings::setToDefaults | ( | GNSSQuality | quality | ) |
Sets all settings to defaults appropriate for the given quality level.
| [in] | quality | The GNSS quality level. |