10 #include "../GUI/calunit.h" 38 bool moving()
const {
return m_moving; }
57 void newPosition(
float pos);
66 void gotoAngle(
float angle);
77 void sendCmd(
const QString &command);
78 QString getResponse();
79 void dumpBuffer(QByteArray ba)
const;
86 int commanded, actual;
90 #endif // SELECTMIRROR_H MirrorPosition
Possible positions for the selection mirror on the calibration unit.
Definition: calunit.h:31
void commandedPos(CalUnit::MirrorPosition n)
Set the new requested mirror positions.
Definition: selectmirror.cpp:125
bool moving() const
Check if mirror is moving.
Definition: selectmirror.h:38
A class to control the selection mirror of the calibration unit.
Definition: selectmirror.h:21
float currentAngle() const
Return the current position.
Definition: selectmirror.h:43
static SelectMirror * instance()
Get a pointer to a class SelectMirror instance.
Definition: selectmirror.h:28