kstars
#include <indistd.h>

Public Slots | |
| virtual bool | Connect () |
| virtual bool | Disconnect () |
| virtual bool | runCommand (int command, void *ptr=NULL) |
| virtual bool | setProperty (QObject *) |
Public Slots inherited from ISD::GDInterface | |
| virtual bool | Connect ()=0 |
| virtual bool | Disconnect ()=0 |
| virtual bool | runCommand (int command, void *ptr=NULL)=0 |
| virtual bool | setProperty (QObject *)=0 |
Public Member Functions | |
| GenericDevice (DeviceInfo *idv) | |
| ~GenericDevice () | |
| virtual INDI::BaseDevice * | getBaseDevice () |
| virtual DeviceInfo * | getDeviceInfo () |
| virtual const char * | getDeviceName () |
| virtual DriverInfo * | getDriverInfo () |
| virtual bool | getMinMaxStep (const QString &propName, const QString &elementName, double *min, double *max, double *step) |
| virtual QList< INDI::Property * > | getProperties () |
| virtual DeviceFamily | getType () |
| virtual bool | isConnected () |
| virtual void | processBLOB (IBLOB *bp) |
| virtual void | processLight (ILightVectorProperty *lvp) |
| virtual void | processNumber (INumberVectorProperty *nvp) |
| virtual void | processSwitch (ISwitchVectorProperty *svp) |
| virtual void | processText (ITextVectorProperty *tvp) |
| virtual void | registerProperty (INDI::Property *prop) |
| virtual void | removeProperty (INDI::Property *prop) |
| virtual bool | setConfig (INDIConfig tConfig) |
Public Member Functions inherited from ISD::GDInterface | |
| virtual | ~GDInterface () |
Protected Member Functions | |
| void | createDeviceInit () |
| void | updateLocation () |
| void | updateTime () |
Additional Inherited Members | |
Signals inherited from ISD::GDInterface | |
| void | BLOBUpdated (IBLOB *bp) |
| void | Connected () |
| void | Disconnected () |
| void | lightUpdated (ILightVectorProperty *lvp) |
| void | numberUpdated (INumberVectorProperty *nvp) |
| void | propertyDefined (INDI::Property *prop) |
| void | propertyDeleted (INDI::Property *prop) |
| void | switchUpdated (ISwitchVectorProperty *svp) |
| void | textUpdated (ITextVectorProperty *tvp) |
Protected Attributes inherited from ISD::GDInterface | |
| DeviceFamily | dType |
| QList< INDI::Property * > | properties |
Detailed Description
Constructor & Destructor Documentation
| ISD::GenericDevice::GenericDevice | ( | DeviceInfo * | idv | ) |
Definition at line 46 of file indistd.cpp.
| ISD::GenericDevice::~GenericDevice | ( | ) |
Definition at line 61 of file indistd.cpp.
Member Function Documentation
|
virtualslot |
Definition at line 468 of file indistd.cpp.
|
protected |
Definition at line 392 of file indistd.cpp.
|
virtualslot |
Definition at line 473 of file indistd.cpp.
|
inlinevirtual |
Implements ISD::GDInterface.
|
inlinevirtual |
Implements ISD::GDInterface.
|
virtual |
Implements ISD::GDInterface.
Definition at line 66 of file indistd.cpp.
|
inlinevirtual |
Implements ISD::GDInterface.
|
virtual |
Implements ISD::GDInterface.
Definition at line 596 of file indistd.cpp.
|
inlinevirtual |
Implements ISD::GDInterface.
|
inlinevirtual |
Implements ISD::GDInterface.
|
inlinevirtual |
Implements ISD::GDInterface.
|
virtual |
Implements ISD::GDInterface.
Definition at line 272 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 267 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 196 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 171 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 233 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 71 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 166 of file indistd.cpp.
|
virtualslot |
Definition at line 478 of file indistd.cpp.
|
virtual |
Implements ISD::GDInterface.
Definition at line 344 of file indistd.cpp.
|
virtualslot |
Definition at line 532 of file indistd.cpp.
|
protected |
Definition at line 438 of file indistd.cpp.
|
protected |
Definition at line 404 of file indistd.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from