1 #ifndef _FilterWheelDriverInterface_H
2 #define _FilterWheelDriverInterface_H
4 #ifdef THESKYX_FOLDER_TREE
5 #include "imagingsystem/hardware/interfaces/licensed/driverrootinterface.h"
6 #include "imagingsystem/hardware/interfaces/licensed/linkinterface.h"
7 #include "imagingsystem/hardware/interfaces/licensed/deviceinfointerface.h"
8 #include "imagingsystem/hardware/interfaces/licensed/driverinfointerface.h"
9 #include "imagingsystem/hardware/interfaces/licensed/filterwheelmovetointerface.h"
11 #include "../../licensedinterfaces/driverrootinterface.h"
12 #include "../../licensedinterfaces/linkinterface.h"
13 #include "../../licensedinterfaces/deviceinfointerface.h"
14 #include "../../licensedinterfaces/driverinfointerface.h"
15 #include "../../licensedinterfaces/filterwheelmovetointerface.h"
virtual void deviceInfoNameLong(BasicStringInterface &str) const =0
virtual int terminateLink(void)=0
virtual int defaultFilterName(const int &nIndex, BasicStringInterface &strFilterNameOut)=0
virtual int queryAbstraction(const char *pszName, void **ppVal)=0
virtual void deviceInfoModel(BasicStringInterface &str)=0
The DriverRootInterface is the foundation for all X2 device drivers.
Definition: driverrootinterface.h:21
virtual void driverInfoDetailedInfo(BasicStringInterface &str) const =0
virtual void deviceInfoDetailedDescription(BasicStringInterface &str) const =0
virtual int abortFilterWheelMoveTo(void)=0
virtual double driverInfoVersion(void) const =0
The LinkInterface allows connect and related device operations.
Definition: linkinterface.h:16
virtual int startFilterWheelMoveTo(const int &nTargetPosition)=0
virtual bool isLinked(void) const =0
The DriverInfoInterface provides X2 implementors a standarized way to provide driver specific informa...
Definition: driverinfointerface.h:15
virtual int endFilterWheelMoveTo(void)=0
The FilterWheelDriverInterface allows an X2 implementor to a write X2 filter wheel driver.
Definition: filterwheeldriverinterface.h:26
The HardwareInfoInterface provides X2 implementors a standarized way to provide hardware specific inf...
Definition: deviceinfointerface.h:15
DeviceType
Definition: driverrootinterface.h:26
@ DT_FILTERWHEEL
Definition: driverrootinterface.h:31
virtual void deviceInfoNameShort(BasicStringInterface &str) const =0
virtual void deviceInfoFirmwareVersion(BasicStringInterface &str)=0
The FilterWheelMoveToInterface allows moving to a specific filter.
Definition: filterwheelmovetointerface.h:19
virtual int filterCount(int &nCount)=0
The BasicStringInterface allows a string as an output.
Definition: basicstringinterface.h:17
virtual int establishLink(void)=0
virtual DeviceType deviceType(void)
Definition: filterwheeldriverinterface.h:33
virtual int isCompleteFilterWheelMoveTo(bool &bComplete) const =0
X2 Examples
(C) Software Bisque, Inc. All rights reserved.