16 #include <Event/packet.h>
43 std::cout <<
"could not find node " <<
m_EvtNodeName << std::endl;
48 std::set<uint64_t> refbco;
58 std::cout <<
"current bco: 0x" << std::hex << *refbco.begin()
59 << std::dec << std::endl;
63 std::cout <<
"bco 0x" << std::hex << *refbco.begin() << std::dec
64 <<
" seen before" << std::endl;
71 if (refbco.find(inh->
get_bco()) == refbco.end())
79 std::cout <<
"scream, refbco: 0x" << std::hex << *refbco.begin()
80 <<
" current bco: 0x" << inh->
get_bco()
82 <<
", diff: " << inh->
get_bco() - *refbco.begin()