00001 /* 00002 * DAQHardwareBase.h 00003 * 00004 * Created on: Aug 26, 2015 00005 * Author: uplegger 00006 */ 00007 00008 #ifndef _ots_DAQHardwareBase_h_ 00009 #define _ots_DAQHardwareBase_h_ 00010 00011 namespace ots 00012 { 00013 00014 class DAQHardwareBase 00015 { 00016 public: 00017 DAQHardwareBase(); 00018 virtual ~DAQHardwareBase(); 00019 00020 }; 00021 00022 } /* namespace ots */ 00023 00024 #endif /* _ots_DAQHardwareBase_h_ */