Instrument Neutral Distributed Interface INDI
1.9.5
|
Go to the documentation of this file.
22 namespace AlignmentSubsystem
74 std::string DeviceName;
This class provides the client API to the driver side alignment database. It communicates with the dr...
This class encapsulates all the alignment subsystem classes that are useful to client implementations...
void ProcessNewSwitch(ISwitchVectorProperty *SwitchVectorPropertyPointer)
Process new switch message from driver. This routine should be called from within the newSwitch handl...
virtual ~AlignmentSubsystemForClients()
Virtual destructor.
Provides generic container for INDI properties.
Number vector property descriptor.
void ProcessNewBLOB(IBLOB *BLOBPointer)
Process new BLOB message from driver. This routine should be called from within the newBLOB handler i...
Class to provide basic client functionality.
Namespace to encapsulate INDI client, drivers, and mediator classes.
void ProcessNewProperty(INDI::Property *PropertyPointer)
Process new property message from driver. This routine should be called from within the newProperty h...
void ProcessNewNumber(INumberVectorProperty *NumberVectorPropertyPointer)
Process new number message from driver. This routine should be called from within the newNumber handl...
Class to provide basic INDI device functionality.
void ProcessNewDevice(INDI::BaseDevice *DevicePointer)
Process new device message from driver. This routine should be called from within the newDevice handl...
One Blob (Binary Large Object) descriptor.
These functions are used to convert different coordinate systems to and from the telescope direction ...
Switch vector property descriptor.
void Initialise(const char *DeviceName, INDI::BaseClient *BaseClient)
This routine should be called before any connections to devices are made.