CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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  virtual ~ProcessInputSignal(){};
21 
22  virtual int next() = 0;
23 
24  virtual RPCInputSignal* retrievedata() = 0;
25 
26 protected:
27 private:
28 };
29 #endif // INTERFACE_PROCESSINPUTSIGNAL_H
virtual RPCInputSignal * retrievedata()=0
virtual int next()=0