tool/CommandSlaves.cpp
changeset 1463 37361de7b34e
parent 1429 07969876120f
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1462:1b87b23d0b0e 1463:37361de7b34e
   333         if (si->mailbox_protocols) {
   333         if (si->mailbox_protocols) {
   334             list<string> protoList;
   334             list<string> protoList;
   335             list<string>::const_iterator protoIter;
   335             list<string>::const_iterator protoIter;
   336 
   336 
   337             cout << "Mailboxes:" << endl
   337             cout << "Mailboxes:" << endl
   338                << "  Bootstrap RX: 0x"
   338                 << "  Bootstrap RX: 0x" << setfill('0')
   339                 << hex << setw(4) << si->boot_rx_mailbox_offset << "/"
   339                 << hex << setw(4) << si->boot_rx_mailbox_offset << "/"
   340                 << dec << si->boot_rx_mailbox_size
   340                 << dec << si->boot_rx_mailbox_size
   341                 << ", TX: 0x"
   341                 << ", TX: 0x"
   342                 << hex << setw(4) << si->boot_tx_mailbox_offset << "/"
   342                 << hex << setw(4) << si->boot_tx_mailbox_offset << "/"
   343                 << dec << si->boot_tx_mailbox_size << endl
   343                 << dec << si->boot_tx_mailbox_size << endl