10 ss <<
"hi hv eqid flag si sv idx/start crc size offset"
12 << std::hex << std::setfill('0') << std::setw(2) << static_cast<unsigned int>(msDescriptor.hdr_id) <<
" "
13 << std::setw(2) <<
static_cast<unsigned int>(msDescriptor.hdr_ver) <<
" " << std::setw(4) << msDescriptor.eq_id
14 <<
" " << std::setw(4) << msDescriptor.flags <<
" " << std::setw(2)
15 <<
static_cast<unsigned int>(msDescriptor.sys_id) <<
" " << std::setw(2)
16 <<
static_cast<unsigned int>(msDescriptor.sys_ver) <<
" " << std::setw(16) << msDescriptor.idx <<
" "
17 << std::setw(8) << msDescriptor.crc <<
" " << std::setw(8) << msDescriptor.size <<
" " << std::setw(16)
18 << msDescriptor.offset;