CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
RBCBoardSpecs::RBCBoardConfig Class Reference

#include <RBCBoardSpecs.h>

Public Member Functions

 RBCBoardConfig ()
 
virtual ~RBCBoardConfig ()
 

Public Attributes

int m_Firmware
 Destructor. More...
 
std::vector< int > m_ForcedOrInput
 
int m_Latency
 
std::string m_LogicType
 
std::vector< int > m_MaskedOrInput
 
int m_MayorityLevel
 
int m_WheelId
 

Detailed Description

Definition at line 21 of file RBCBoardSpecs.h.

Constructor & Destructor Documentation

RBCBoardSpecs::RBCBoardConfig::RBCBoardConfig ( )
inline

Definition at line 24 of file RBCBoardSpecs.h.

24 {};
virtual RBCBoardSpecs::RBCBoardConfig::~RBCBoardConfig ( )
inlinevirtual

Definition at line 25 of file RBCBoardSpecs.h.

25 {};

Member Data Documentation

int RBCBoardSpecs::RBCBoardConfig::m_Firmware

Destructor.

Definition at line 25 of file RBCBoardSpecs.h.

Referenced by operator>>().

std::vector<int> RBCBoardSpecs::RBCBoardConfig::m_ForcedOrInput

Definition at line 33 of file RBCBoardSpecs.h.

Referenced by operator>>().

int RBCBoardSpecs::RBCBoardConfig::m_Latency

Definition at line 29 of file RBCBoardSpecs.h.

Referenced by operator>>().

std::string RBCBoardSpecs::RBCBoardConfig::m_LogicType

Definition at line 35 of file RBCBoardSpecs.h.

Referenced by operator>>().

std::vector<int> RBCBoardSpecs::RBCBoardConfig::m_MaskedOrInput

Definition at line 32 of file RBCBoardSpecs.h.

Referenced by operator>>().

int RBCBoardSpecs::RBCBoardConfig::m_MayorityLevel

Definition at line 30 of file RBCBoardSpecs.h.

Referenced by operator>>(), and RBCChamberORLogic::setBoardSpecs().

int RBCBoardSpecs::RBCBoardConfig::m_WheelId

Definition at line 28 of file RBCBoardSpecs.h.

Referenced by operator>>().