#include <RBCLogic.h>
Public Member Functions | |
virtual std::bitset< 6 > * | getlayersignal (int)=0 |
virtual void | process (const RBCInput &, std::bitset< 2 > &)=0 |
virtual void | setBoardSpecs (const RBCBoardSpecs::RBCBoardConfig &)=0 |
virtual | ~RBCLogic () |
Public Attributes | |
bool | m_triggersignal |
|
inlinevirtual |
Definition at line 23 of file RBCLogic.h.
References getlayersignal(), process(), and setBoardSpecs().
|
pure virtual |
Implemented in RBCChamberORLogic, RBCTestLogic, and RBCPatternLogic.
Referenced by ~RBCLogic().
|
pure virtual |
Implemented in RBCChamberORLogic, RBCTestLogic, and RBCPatternLogic.
Referenced by ~RBCLogic().
|
pure virtual |
Implemented in RBCChamberORLogic, RBCTestLogic, and RBCPatternLogic.
Referenced by ~RBCLogic().
bool RBCLogic::m_triggersignal |
Definition at line 31 of file RBCLogic.h.