X2 Standard
Version 1.24
|
The DriverInfoInterface provides X2 implementors a standarized way to provide driver specific information. More...
#include <driverinfointerface.h>
Public Member Functions | |
virtual double | driverInfoVersion (void) const =0 |
virtual void | driverInfoDetailedInfo (BasicStringInterface &str) const =0 |
The DriverInfoInterface provides X2 implementors a standarized way to provide driver specific information.
|
pure virtual |
Return detailed information about the driver.
Implemented in RotatorDriverInterface, PowerControlDriverInterface, MountDriverInterface, FilterWheelDriverInterface, DomeDriverInterface, CameraDriverInterface, X2Rotator, X2PowerControl, X2Mount, FocuserDriverInterface, X2Focuser, X2FilterWheel, X2Dome, and X2Camera.
|
pure virtual |
Return a version number.
Implemented in RotatorDriverInterface, PowerControlDriverInterface, MountDriverInterface, FilterWheelDriverInterface, DomeDriverInterface, CameraDriverInterface, X2Rotator, X2PowerControl, X2Mount, FocuserDriverInterface, X2Focuser, X2FilterWheel, X2Dome, and X2Camera.