API
MagAOX::app::indiClient Class Reference

Simple INDI Client class. More...

#include <indiDriver.hpp>

Inheritance diagram for MagAOX::app::indiClient:
Inheritance graph
Collaboration diagram for MagAOX::app::indiClient:
Collaboration graph

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...
 

Detailed Description

Simple INDI Client class.

Definition at line 27 of file indiDriver.hpp.

Constructor & Destructor Documentation

◆ indiClient()

MagAOX::app::indiClient::indiClient ( const std::string &  clientName,
const std::string &  hostAddress,
const int  hostPort 
)
inline

Constructor, which establishes the INDI client connection.

Definition at line 33 of file indiDriver.hpp.

Member Function Documentation

◆ execute()

void MagAOX::app::indiClient::execute ( )
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.


The documentation for this class was generated from the following file: