2#include "GPSInterface/Headers/GPSSensor.h"
3#include "Base/Headers/Dictionary.h"
5#include <QPropertyAnimation>
44#if GNSS_USE_ANIMATIONS
45 QPointer<QPropertyAnimation> m_primary_animation;
49 fltp08 m_current_render_ratio = 0.0;
50 constexpr static int c_nMaxChannels = 256;
89#if GNSS_USE_ANIMATIONS
90 QPointer<QPropertyAnimation> m_primary_animation;
92 fltp08 m_current_sat_quality = 0.0;
93 fltp08 m_current_render_sat_quality = 0.0;
void paintEvent(QPaintEvent *event)
Paints the average signal quality indicator.
fltp08 activeRenderQuality()
Returns the current animation render quality.
void setActiveRenderQuality(fltp08 quality)
Sets the render quality for animation interpolation.
CAverageSignalQuality(GPSSensor *sensor, QWidget *parent=nullptr)
Constructs the average signal quality widget for a specific sensor.
CAverageSignalQuality(QWidget *parent=nullptr)
Constructs the average signal quality widget with no sensor.
QSize sizeHint() const
Returns the preferred size for this widget.
void OnNewPositionUpdateGPS()
Slot called when new GPS position data is available.
void setSensor(GPSSensor *sensor)
Sets the GPS sensor to visualize.
void setActiveRenderRatio(fltp08 quality)
Sets the render ratio for animation interpolation.
void setSensor(GPSSensor *sensor)
Sets the GPS sensor to visualize.
fltp08 activeRenderRatio() const
Returns the current animation render ratio.
QSize sizeHint() const
Returns the preferred size for this widget.
void paintEvent(QPaintEvent *event)
Paints the signal quality bar chart.
CSignalQuality(GPSSensor *sensor, QWidget *parent=nullptr)
Constructs the signal quality widget for a specific sensor.
CSignalQuality(QWidget *parent=nullptr)
Constructs the signal quality widget with no sensor.
void OnNewPositionUpdateGPS()
Slot called when new GPS position data is available.
A hash-based key-value store, useful for quick associative lookups.
A GPS sensor implementation that receives NMEA data from serial connections, files,...
The primary namespace for the NDEVR SDK.
double fltp08
Defines an alias representing an 8 byte floating-point number.