CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ProcessInputSignal.h
Go to the documentation of this file.
1 #ifndef INTERFACE_PROCESSINPUTSIGNAL_H
2 #define INTERFACE_PROCESSINPUTSIGNAL_H 1
3 
4 // Include files
6 
7 #include <map>
8 
19 public:
20 
21  virtual ~ProcessInputSignal() {};
22 
23  virtual int next() = 0;
24 
25  virtual RPCInputSignal * retrievedata() = 0;
26 
27 protected:
28 
29 private:
30 
31 };
32 #endif // INTERFACE_PROCESSINPUTSIGNAL_H
virtual RPCInputSignal * retrievedata()=0
virtual int next()=0