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 // $Id: ProcessInputSignal.h,v 1.1 2009/01/30 15:42:47 aosorio Exp $
2 #ifndef INTERFACE_PROCESSINPUTSIGNAL_H
3 #define INTERFACE_PROCESSINPUTSIGNAL_H 1
4 
5 // Include files
7 
8 #include <map>
9 
20 public:
21 
22  virtual ~ProcessInputSignal() {};
23 
24  virtual int next() = 0;
25 
26  virtual RPCInputSignal * retrievedata() = 0;
27 
28 protected:
29 
30 private:
31 
32 };
33 #endif // INTERFACE_PROCESSINPUTSIGNAL_H
virtual RPCInputSignal * retrievedata()=0
virtual int next()=0