30 bool debug = (log.level() <= MSG::DEBUG);
34 std::vector<uint32_t> t_vData;
40 std::vector<uint32_t>::const_iterator it = t_vData.begin();
41 std::vector<uint32_t>::const_iterator it_e = t_vData.end();
44 log << MSG::DEBUG <<
"************** dumping the words ************"
47 for (; it != it_e; ++it) {
50 log << MSG::DEBUG <<
"word " << MSG::dec << std::setw(3) << iWord
51 <<
" = " << MSG::hex << std::setw(8) << *it <<
endmsg;