tool/CommandGraph.cpp
changeset 1804 742607c464c4
parent 1426 af45bba80d85
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1803:5b04770444df 1804:742607c464c4
   117         cout << endl;
   117         cout << endl;
   118     }
   118     }
   119     cout << endl;
   119     cout << endl;
   120 
   120 
   121     for (si = slaves.begin(); si != slaves.end(); si++) {
   121     for (si = slaves.begin(); si != slaves.end(); si++) {
   122 	    cout << "    slave" << si->position << " [shape=\"box\""
   122         cout << "    slave" << si->position << " [shape=\"box\""
   123             << ",label=\"" << si->position;
   123             << ",label=\"" << si->position;
   124         if (string(si->order).size())
   124         if (string(si->order).size())
   125             cout << "\\n" << si->order;
   125             cout << "\\n" << si->order;
   126         if (si->dc_supported) {
   126         if (si->dc_supported) {
   127             cout << "\\nDC: ";
   127             cout << "\\nDC: ";