3#include "GPSInterface/Headers/GPSSensor.h"
4#include "Widgets/Headers/Button.h"
5#include <NDEVR/PositionSensor.h>
16 class CAzimuthElevationWnd;
Stores an angle in an optimized internal format with support for efficient trigonometric operations.
A bar chart widget that displays per-satellite signal quality (SNR) with animated transitions and con...
A dialog that allows the user to set a Coordinate projection for the current project.
The main GPS configuration dialog providing connection management, satellite status display,...
A GPS sensor implementation that receives NMEA data from serial connections, files,...
Displays translated text.
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
Represents a color in the RGB space with optional alpha transparency.
Stores a time span, or difference between two times, with an optional start time.
Represents a timestamp with utilities for manipulation and conversion.
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
A fixed-size array with N dimensions used as the basis for geometric and mathematical types.
A point in N-dimensional space, used primarily for spatial location information.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
GNSSQuality
Describes the quality level of a GNSS position fix.
Configures quality-dependent settings for GNSS readings, including sample counts, timing,...
A geographic coordinate point produced by a GNSS receiver.
Holds accumulated data during a take-reading operation, including sample counts, averaged position,...
uint04 orientation_count
Number of orientation samples accumulated.
Time start_time
Time when the reading operation started.
uint04 location_count
Number of location samples accumulated.
TimeSpan take_reading_sample_time
Required sampling duration.
Vertex< 3, fltp08 > location
Averaged location position.
uint04 take_reading_sample_count
Required number of samples.
bool is_active
Whether a reading is currently in progress.
Vector< 3, Angle< fltp08 > > orientation
Averaged orientation angles.
GNSSQuality quality
The GNSS quality level during the reading.