Kstars
9#include "indiconcretedevice.h"
20class Focuser :
public ConcreteDevice
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};
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-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:53:02 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.