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 // $Id: RBCLinkBoardGLSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $
2 #ifndef RBCLINKBOARDGLSIGNAL_H
3 #define RBCLINKBOARDGLSIGNAL_H 1
4 
5 // Include files
8 
9 #include <map>
10 
18 public:
21 
22  RBCLinkBoardGLSignal( std::map< int, RBCInput* > * );
23 
24  virtual ~RBCLinkBoardGLSignal( );
25 
26  void clear() { };
27 
28  std::map< int, RBCInput* > * m_linkboardin;
29 
30 protected:
31 
32 private:
33 
34 };
35 #endif // RBCLINKBOARDGLSIGNAL_H
virtual ~RBCLinkBoardGLSignal()
Destructor.
std::map< int, RBCInput * > * m_linkboardin
void clear()
Destructor.
RBCLinkBoardGLSignal()
Standard constructor.