Dialog providing detailed winch deployment controls and distance encoder feedback.
More...
|
|
void | setupUI () |
| | Initializes the UI layout and controls.
|
|
|
DistanceEncoder * | m_encoder |
| | The distance encoder providing position feedback.
|
|
Motor * | m_winch |
| | The motor being controlled.
|
|
Ui::WinchDeploymentDialogUI * | ui |
| | The auto-generated UI form.
|
Dialog providing detailed winch deployment controls and distance encoder feedback.
Definition at line 70 of file WinchDeploymentWidget.h.
◆ WinchDeploymentDialog() [1/2]
| WinchDeploymentDialog::WinchDeploymentDialog |
( |
QWidget * | parent = nullptr | ) |
|
◆ WinchDeploymentDialog() [2/2]
| WinchDeploymentDialog::WinchDeploymentDialog |
( |
Motor * | winch, |
|
|
QWidget * | parent = nullptr ) |
◆ setMotor()
| void WinchDeploymentDialog::setMotor |
( |
Motor * | winch | ) |
|
Sets the motor to control.
- Parameters
-
| [in] | winch | The Motor to assign to this dialog. |
The documentation for this class was generated from the following file: