X2 Standard  Version 1.24
noshutterinterface.h
1 #ifndef _NoShutterInterface_H
2 #define _NoShutterInterface_H
3 
4 #define NoShutterInterface_Name "com.bisque.TheSkyX.NoShutterInterface/1.0"
5 
22 {
23 public:
24 
25  virtual ~NoShutterInterface(){}
26 
27 public:
28  //NoShutterInterface
30  virtual int CCHasShutter(const enumCameraIndex& Camera, const enumWhichCCD& CCDOrig, bool &bHasShutter)=0;
31 
32 };
33 
34 #endif
NoShutterInterface
The NoShutterInterface allows camera drivers to report to TheSkyX if a camera does not have a shutter...
Definition: noshutterinterface.h:22
NoShutterInterface::CCHasShutter
virtual int CCHasShutter(const enumCameraIndex &Camera, const enumWhichCCD &CCDOrig, bool &bHasShutter)=0
X2 Examples
(C) Software Bisque, Inc. All rights reserved.