NDEVR
API Documentation
GNSSQualitySettings

Configures quality-dependent settings for GNSS readings, including sample counts, timing, display color, and whether reading is permitted. More...

Collaboration diagram for GNSSQualitySettings:
[legend]

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.

Detailed Description

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.

Member Function Documentation

◆ setToDefaults()

void GNSSQualitySettings::setToDefaults ( GNSSQuality quality)

Sets all settings to defaults appropriate for the given quality level.

Parameters
[in]qualityThe GNSS quality level.

The documentation for this struct was generated from the following file: