Instrument Neutral Distributed Interface INDI  2.0.2
GuiderInterface Class Reference

Provides interface to implement guider (ST4) port functionality. More...

#include <indiguiderinterface.h>

Detailed Description

Provides interface to implement guider (ST4) port functionality.

The child class implements GuideXXXX() functions and returns: IPS_OK if the guide operation is completed in the function, which is usually appropriate for very short guiding pulses. IPS_BUSY if the guide operation is in progress and will take time to complete. In this case, the child class must call GuideComplete() once the guiding pulse is complete. IPS_ALERT if the guide operation failed.

IMPORTANT: initGuiderProperties() must be called before any other function to initialize the guider properties. IMPORATNT: processGuiderProperties() must be called in your driver's ISNewNumber(..) function. processGuiderProperties() will call the guide functions GuideXXXX functions according to the driver.

Author
Jasem Mutlaq

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