CMS 3D CMS Logo

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  ~RBCLinkBoardGLSignal( ) override;
24 
25  void clear() override { };
26 
27  std::map< int, RBCInput* > * m_linkboardin;
28 
29 protected:
30 
31 private:
32 
33 };
34 #endif // RBCLINKBOARDGLSIGNAL_H
std::map< int, RBCInput * > * m_linkboardin
~RBCLinkBoardGLSignal() override
Destructor.
RBCLinkBoardGLSignal()
Standard constructor.
void clear() override
Destructor.