TwiceAsNice
2019-02-18
|
Provides interface to implement guider (ST4) port functionality. More...
#include <indiguiderinterface.h>
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.