6 class WinchDeploymentDialogUI;
97 Ui::WinchDeploymentDialogUI*
ui;
A distance encoder is a device that measures distance by generating pulses in response to an object's...
A motor is a device which produces rotational spin.
Dialog providing detailed winch deployment controls and distance encoder feedback.
WinchDeploymentDialog(QWidget *parent=nullptr)
Constructs a WinchDeploymentDialog without a motor.
Motor * m_winch
The motor being controlled.
Ui::WinchDeploymentDialogUI * ui
The auto-generated UI form.
void setMotor(Motor *winch)
Sets the motor to control.
WinchDeploymentDialog(Motor *winch, QWidget *parent=nullptr)
Constructs a WinchDeploymentDialog for a specific motor.
DistanceEncoder * m_encoder
The distance encoder providing position feedback.
void setupUI()
Initializes the UI layout and controls.
The primary namespace for the NDEVR SDK.