Simple INDI Client class. More...
#include <indiDriver.hpp>
Public Member Functions | |
indiClient (const std::string &clientName, const std::string &hostAddress, const int hostPort) | |
Constructor, which establishes the INDI client connection. More... | |
void | execute () |
Implementation of the pcf::IndiClient interface, called by activate to actually begins the INDI event loop. More... | |
Simple INDI Client class.
Definition at line 27 of file indiDriver.hpp.
|
inline |
Constructor, which establishes the INDI client connection.
Definition at line 33 of file indiDriver.hpp.
|
inline |
Implementation of the pcf::IndiClient interface, called by activate to actually begins the INDI event loop.
This is necessary to detect server restarts.
Definition at line 44 of file indiDriver.hpp.