CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RBCLinkBoardGLSignal.h
Go to the documentation of this file.
1 #ifndef RBCLINKBOARDGLSIGNAL_H
2 #define RBCLINKBOARDGLSIGNAL_H 1
3 
4 // Include files
7 
8 #include <map>
9 
17 public:
20 
21  RBCLinkBoardGLSignal( std::map< int, RBCInput* > * );
22 
23  virtual ~RBCLinkBoardGLSignal( );
24 
25  void clear() { };
26 
27  std::map< int, RBCInput* > * m_linkboardin;
28 
29 protected:
30 
31 private:
32 
33 };
34 #endif // RBCLINKBOARDGLSIGNAL_H
virtual ~RBCLinkBoardGLSignal()
Destructor.
std::map< int, RBCInput * > * m_linkboardin
void clear()
Destructor.
RBCLinkBoardGLSignal()
Standard constructor.