2 #define RBCEMULATOR_H 1 34 RBCEmulator(
const char * ,
const char * ,
int,
int *);
40 void setid(
int ,
int * );
81 #endif // RBCEMULATOR_H
std::unique_ptr< ProcessInputSignal > m_signal
void printlayerinfo() const
bool getdecision(int idx) const
std::unique_ptr< RBCConfiguration > m_rbcconf
std::bitset< 6 > * getlayersignal(int idx)
RBCEmulator()
Standard constructor.
std::bitset< 6 > * m_layersignal[2]
const RBCId & rbcinfo() const
std::bitset< 2 > m_decision
std::array< std::bitset< 6 >, 2 > m_layersignalVec
void setSpecifications(const RBCBoardSpecs *)