Improved multi-master capabilities of ethercat tool.

This commit is contained in:
Florian Pose
2010-02-24 17:24:20 +01:00
parent f41dadb84f
commit 79fb1c5934
9 changed files with 31 additions and 27 deletions

View File

@@ -165,7 +165,7 @@ void CommandCStruct::generateSlaveCStruct(
}
cout
<< "/* Slave " << slave.position;
<< "/* Master " << m.getIndex() << ", Slave " << slave.position;
if (strlen(slave.order)) {
cout << ", \"" << slave.order << "\"";
}