NDEVR
API Documentation
OrientationOperationsWidget::GNSSCallbackabstract

Abstract callback interface for creating GNSS orientation widgets. More...

Inheritance diagram for OrientationOperationsWidget::GNSSCallback:
[legend]

Public Member Functions

virtual QWidget * createGNSSWidget (UUID gps_name, QCustomLineEdit *orientation_edit, uint01 axis)=0
 Creates a widget for reading GNSS orientation data.

Detailed Description

Abstract callback interface for creating GNSS orientation widgets.

Definition at line 56 of file OrientationOperationsWidget.h.

Member Function Documentation

◆ createGNSSWidget()

virtual QWidget * OrientationOperationsWidget::GNSSCallback::createGNSSWidget ( UUID gps_name,
QCustomLineEdit * orientation_edit,
uint01 axis )
pure virtual

Creates a widget for reading GNSS orientation data.

Parameters
[in]gps_nameThe UUID of the GPS device.
[in]orientation_editThe line edit to update with orientation values.
[in]axisThe axis index for the orientation.
Returns
A QWidget for GNSS orientation input.

Implemented in OrientationWidgetGNSSMainCallback.


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