|
| WatchDogClient () |
|
| ~WatchDogClient () |
|
bool | isBusy () |
|
bool | isConnected () |
|
void | setDome (const std::string &value) |
|
void | setMount (const std::string &value) |
|
bool | parkDome () |
|
bool | parkMount () |
|
IPState | getDomeParkState () |
|
IPState | getMountParkState () |
|
| BaseClient () |
|
virtual | ~BaseClient () |
|
void | setServer (const char *hostname, unsigned int port) |
| Set the server host name and port. More...
|
|
void | watchDevice (const char *deviceName) |
| Add a device to the watch list. More...
|
|
bool | connectServer () |
| Connect to INDI server. More...
|
|
bool | disconnectServer () |
| Disconnect from INDI server. More...
|
|
bool | isServerConnected () const |
|
void | connectDevice (const char *deviceName) |
| Connect to INDI driver. More...
|
|
void | disconnectDevice (const char *deviceName) |
| Disconnect INDI driver. More...
|
|
INDI::BaseDevice * | getDevice (const char *deviceName) |
|
const std::vector< INDI::BaseDevice * > & | getDevices () const |
|
bool | getDevices (std::vector< INDI::BaseDevice *> &deviceList, uint16_t driverInterface) |
|
getDevices Returns list of devices that belong to a particular DRIVER_INTERFACE class. More...
|
|
void | setBLOBMode (BLOBHandling blobH, const char *dev, const char *prop=NULL) |
| Set Binary Large Object policy mode. More...
|
|
BLOBHandling | getBLOBMode (const char *dev, const char *prop=NULL) |
| getBLOBMode Get Binary Large Object policy mode IF set previously by setBLOBMode More...
|
|
const char * | getHost () |
|
int | getPort () |
|
void | sendNewText (ITextVectorProperty *pp) |
| Send new Text command to server. More...
|
|
void | sendNewText (const char *deviceName, const char *propertyName, const char *elementName, const char *text) |
| Send new Text command to server. More...
|
|
void | sendNewNumber (INumberVectorProperty *pp) |
| Send new Number command to server. More...
|
|
void | sendNewNumber (const char *deviceName, const char *propertyName, const char *elementName, double value) |
| Send new Number command to server. More...
|
|
void | sendNewSwitch (ISwitchVectorProperty *pp) |
| Send new Switch command to server. More...
|
|
void | sendNewSwitch (const char *deviceName, const char *propertyName, const char *elementName) |
| Send new Switch command to server. More...
|
|
void | startBlob (const char *devName, const char *propName, const char *timestamp) |
| Send opening tag for BLOB command to server. More...
|
|
void | sendOneBlob (IBLOB *bp) |
| Send ONE blob content to server. More...
|
|
void | sendOneBlob (const char *blobName, unsigned int blobSize, const char *blobFormat, void *blobBuffer) |
| Send ONE blob content to server. More...
|
|
void | finishBlob () |
| Send closing tag for BLOB command to server. More...
|
|
void | setVerbose (bool enable) |
| setVerbose Set verbose mode More...
|
|
bool | isVerbose () const |
| isVerbose Is client in verbose mode? More...
|
|
void | setConnectionTimeout (uint32_t seconds, uint32_t microseconds) |
| setConnectionTimeout Set connection timeout. More...
|
|
| BaseClient () |
|
virtual | ~BaseClient () |
|
void | setServer (const char *hostname, unsigned int port) |
| Set the server host name and port. More...
|
|
void | watchDevice (const char *deviceName) |
| Add a device to the watch list. More...
|
|
bool | connectServer () |
| Connect to INDI server. More...
|
|
bool | disconnectServer () |
| Disconnect from INDI server. More...
|
|
bool | isServerConnected () const |
|
void | connectDevice (const char *deviceName) |
| Connect to INDI driver. More...
|
|
void | disconnectDevice (const char *deviceName) |
| Disconnect INDI driver. More...
|
|
INDI::BaseDevice * | getDevice (const char *deviceName) |
|
const std::vector< INDI::BaseDevice * > & | getDevices () const |
|
bool | getDevices (std::vector< INDI::BaseDevice *> &deviceList, uint16_t driverInterface) |
|
getDevices Returns list of devices that belong to a particular DRIVER_INTERFACE class. More...
|
|
void | setBLOBMode (BLOBHandling blobH, const char *dev, const char *prop=NULL) |
| Set Binary Large Object policy mode. More...
|
|
BLOBHandling | getBLOBMode (const char *dev, const char *prop=NULL) |
| getBLOBMode Get Binary Large Object policy mode IF set previously by setBLOBMode More...
|
|
const char * | getHost () |
|
int | getPort () |
|
void | sendNewText (ITextVectorProperty *pp) |
| Send new Text command to server. More...
|
|
void | sendNewText (const char *deviceName, const char *propertyName, const char *elementName, const char *text) |
| Send new Text command to server. More...
|
|
void | sendNewNumber (INumberVectorProperty *pp) |
| Send new Number command to server. More...
|
|
void | sendNewNumber (const char *deviceName, const char *propertyName, const char *elementName, double value) |
| Send new Number command to server. More...
|
|
void | sendNewSwitch (ISwitchVectorProperty *pp) |
| Send new Switch command to server. More...
|
|
void | sendNewSwitch (const char *deviceName, const char *propertyName, const char *elementName) |
| Send new Switch command to server. More...
|
|
void | startBlob (const char *devName, const char *propName, const char *timestamp) |
| Send opening tag for BLOB command to server. More...
|
|
void | sendOneBlob (IBLOB *bp) |
| Send ONE blob content to server. More...
|
|
void | sendOneBlob (const char *blobName, unsigned int blobSize, const char *blobFormat, void *blobBuffer) |
| Send ONE blob content to server. More...
|
|
void | finishBlob () |
| Send closing tag for BLOB command to server. More...
|
|
void | setVerbose (bool enable) |
| setVerbose Set verbose mode More...
|
|
bool | isVerbose () const |
| isVerbose Is client in verbose mode? More...
|
|
void | setConnectionTimeout (uint32_t seconds, uint32_t microseconds) |
| setConnectionTimeout Set connection timeout. More...
|
|
virtual | ~BaseMediator () |
|
virtual | ~BaseMediator () |
|
|
virtual void | newDevice (INDI::BaseDevice *dp) |
| Emmited when a new device is created from INDI server. More...
|
|
virtual void | removeDevice (INDI::BaseDevice *) |
| Emmited when a device is deleted from INDI server. More...
|
|
virtual void | newProperty (INDI::Property *property) |
| Emmited when a new property is created for an INDI driver. More...
|
|
virtual void | removeProperty (INDI::Property *) |
| Emmited when a property is deleted for an INDI driver. More...
|
|
virtual void | newBLOB (IBLOB *) |
| Emmited when a new BLOB value arrives from INDI server. More...
|
|
virtual void | newSwitch (ISwitchVectorProperty *) |
| Emmited when a new switch value arrives from INDI server. More...
|
|
virtual void | newNumber (INumberVectorProperty *) |
| Emmited when a new number value arrives from INDI server. More...
|
|
virtual void | newMessage (INDI::BaseDevice *, int) |
| Emmited when a new message arrives from INDI server. More...
|
|
virtual void | newText (ITextVectorProperty *) |
| Emmited when a new text value arrives from INDI server. More...
|
|
virtual void | newLight (ILightVectorProperty *) |
| Emmited when a new light value arrives from INDI server. More...
|
|
virtual void | serverConnected () |
| Emmited when the server is connected. More...
|
|
virtual void | serverDisconnected (int) |
| Emmited when the server gets disconnected. More...
|
|
int | dispatchCommand (XMLEle *root, char *errmsg) |
| Dispatch command received from INDI server to respective devices handled by the client. More...
|
|
int | deleteDevice (const char *devName, char *errmsg) |
| Remove device. More...
|
|
int | delPropertyCmd (XMLEle *root, char *errmsg) |
| Delete property command. More...
|
|
INDI::BaseDevice * | findDev (const char *devName, char *errmsg) |
| Find and return a particular device. More...
|
|
INDI::BaseDevice * | addDevice (XMLEle *dep, char *errmsg) |
| Add a new device. More...
|
|
INDI::BaseDevice * | findDev (XMLEle *root, int create, char *errmsg) |
| Find a device, and if it doesn't exist, create it if create is set to 1. More...
|
|
int | messageCmd (XMLEle *root, char *errmsg) |
| Process messages. More...
|
|
virtual void | newUniversalMessage (std::string message) |
| newUniversalMessage Universal messages are sent from INDI server without a specific device. More...
|
|
int | dispatchCommand (XMLEle *root, char *errmsg) |
| Dispatch command received from INDI server to respective devices handled by the client. More...
|
|
int | deleteDevice (const char *devName, char *errmsg) |
| Remove device. More...
|
|
int | delPropertyCmd (XMLEle *root, char *errmsg) |
| Delete property command. More...
|
|
INDI::BaseDevice * | findDev (const char *devName, char *errmsg) |
| Find and return a particular device. More...
|
|
INDI::BaseDevice * | addDevice (XMLEle *dep, char *errmsg) |
| Add a new device. More...
|
|
INDI::BaseDevice * | findDev (XMLEle *root, int create, char *errmsg) |
| Find a device, and if it doesn't exist, create it if create is set to 1. More...
|
|
int | messageCmd (XMLEle *root, char *errmsg) |
| Process messages. More...
|
|
virtual void | newUniversalMessage (std::string message) |
| newUniversalMessage Universal messages are sent from INDI server without a specific device. More...
|
|