CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RBCLinkBoardGLSignal.cc
Go to the documentation of this file.
1 // Include files
2 
3 
4 
5 // local
7 
8 //-----------------------------------------------------------------------------
9 // Implementation file for class : RBCLinkBoardGLSignal
10 //
11 // 2008-11-28 : Andres Felipe Osorio Oliveros
12 //-----------------------------------------------------------------------------
13 
14 //=============================================================================
15 // Standard constructor, initializes variables
16 //=============================================================================
17 RBCLinkBoardGLSignal::RBCLinkBoardGLSignal( std::map< int, RBCInput* > * in ) {
18 
19  m_linkboardin = in;
20 
21 }
22 //=============================================================================
23 // Destructor
24 //=============================================================================
26 
28 
29 }
30 
31 //=============================================================================
#define NULL
Definition: scimark2.h:8
virtual ~RBCLinkBoardGLSignal()
Destructor.
std::map< int, RBCInput * > * m_linkboardin
RBCLinkBoardGLSignal()
Standard constructor.