9#include "indiconcretedevice.h"
37 void registerProperty(INDI::Property prop)
override;
38 void processNumber(INDI::Property prop)
override;
43 bool moveByTimer(
int msecs);
44 bool moveAbs(
int steps);
45 bool moveRel(
int steps);
50 bool canManualFocusDriveMove();
51 double getLastManualFocusDriveValue();
55 bool setBacklash(int32_t steps);
56 int32_t getBacklash();
58 bool getFocusDirection(FocusDirection *dir);
61 uint32_t getmaxPosition()
65 bool setMaxPosition(uint32_t steps);
68 uint32_t m_maxPosition {0};
The ConcreteDevice class.
Focuser class handles control of INDI focuser devices.
GenericDevice is the Generic Device for INDI devices.
ISD is a collection of INDI Standard Devices.
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.