otsdaq_components  v2_05_02_indev
DAQHardwareBase.h
1 /*
2  * DAQHardwareBase.h
3  *
4  * Created on: Aug 26, 2015
5  * Author: uplegger
6  */
7 
8 #ifndef _ots_DAQHardwareBase_h_
9 #define _ots_DAQHardwareBase_h_
10 
11 namespace ots
12 {
14 {
15  public:
17  virtual ~DAQHardwareBase();
18 };
19 
20 } /* namespace ots */
21 
22 #endif /* _ots_DAQHardwareBase_h_ */