![]() |
NDEVR
API Documentation
|
Abstract callback interface for creating GNSS orientation widgets. More...
Public Member Functions | |
| virtual QWidget * | createGNSSWidget (UUID gps_name, QCustomLineEdit *orientation_edit, uint01 axis)=0 |
| Creates a widget for reading GNSS orientation data. | |
Abstract callback interface for creating GNSS orientation widgets.
Definition at line 56 of file OrientationOperationsWidget.h.
|
pure virtual |
Creates a widget for reading GNSS orientation data.
| [in] | gps_name | The UUID of the GPS device. |
| [in] | orientation_edit | The line edit to update with orientation values. |
| [in] | axis | The axis index for the orientation. |
Implemented in OrientationWidgetGNSSMainCallback.