35 bool debug = (log.level() <= MSG::DEBUG);
39 std::vector<uint32_t> t_vData;
45 std::vector<uint32_t>::const_iterator it = t_vData.begin();
46 std::vector<uint32_t>::const_iterator it_e = t_vData.end();
49 log << MSG::DEBUG <<
"************** dumping the words ************" <<
endmsg;
51 for(; it!=it_e; ++it) {
54 log << MSG::DEBUG <<
"word "
55 << MSG::dec << std::setw(3) << iWord <<
" = "
56 << MSG::hex << std::setw(8) << *it