tool/CommandCStruct.cpp
changeset 2589 2b9c78543663
parent 1968 4f682084c643
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
   178         << " * Vendor ID:       0x" << hex << setfill('0')
   178         << " * Vendor ID:       0x" << hex << setfill('0')
   179         << setw(8) << slave.vendor_id << endl
   179         << setw(8) << slave.vendor_id << endl
   180         << " * Product code:    0x" << hex << setfill('0')
   180         << " * Product code:    0x" << hex << setfill('0')
   181         << setw(8) << slave.product_code << endl
   181         << setw(8) << slave.product_code << endl
   182         << " * Revision number: 0x" << hex << setfill('0')
   182         << " * Revision number: 0x" << hex << setfill('0')
   183         << setw(8) << slave.revision_number << endl 
   183         << setw(8) << slave.revision_number << endl
   184         << " */" << endl
   184         << " */" << endl
   185         << endl;
   185         << endl;
   186 
   186 
   187     if (entry_pos) {
   187     if (entry_pos) {
   188         cout << "ec_pdo_entry_info_t " << id.str()
   188         cout << "ec_pdo_entry_info_t " << id.str()