tools/Master.cpp
changeset 1057 435d7f36f13d
parent 1055 2be8918682fa
child 1062 75a2b2934e2b
--- a/tools/Master.cpp	Thu Jun 26 13:41:42 2008 +0000
+++ b/tools/Master.cpp	Thu Jun 26 13:42:23 2008 +0000
@@ -198,7 +198,8 @@
             << hex << setw(8) << config.vendor_id << endl
             << "Product code: 0x"
             << hex << setw(8) << config.product_code << endl
-            << "Attached: " << (config.attached ? "yes" : "no") << endl;
+            << "Attached: " << (config.attached ? "yes" : "no") << endl
+            << "Operational: " << (config.operational ? "yes" : "no") << endl;
 
         for (j = 0; j < 16; j++) {
             if (config.syncs[j].pdo_count) {