26 bool IsOpen (
bool* open);
27 int GetSerialNum ()
const {
return _serialNum; }
30 bool SetSerialNum (
int value) { _serialNum = value;
return true; }
37 std::atomic<bool> _isOpen;
38 std::atomic<bool> _usbConnected;
45 bool MoveShutter (
int action);
Interface of the IWPOCTController struct.
Class that controls a Picard Industries USB shutter device.
Definition: ShutterDevice.h:14
virtual ~ShutterDevice()
Destructor.
Definition: ShutterDevice.cpp:25
ShutterDevice()
Constructor.
Definition: ShutterDevice.cpp:12