28 std::cout <<
"RBCTestLogic> Implementing just a plain OR" <<
'\n';
30 std::bitset<15> _data[2];
36 for(
int i=0;
i < 15; ++
i) _ds = _ds | _data[0][
i];
40 for(
int i=0;
i < 15; ++
i) _ds = _ds | _data[1][
i];
45 for(
int k=0;
k < 6; ++
k) {
void setBoardSpecs(const RBCBoardSpecs::RBCBoardConfig &)
virtual ~RBCTestLogic()
Destructor.
std::bitset< 6 > m_testlayer[2]
void process(const RBCInput &, std::bitset< 2 > &)
RBCTestLogic()
Standard constructor.