mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
Improved multi-master capabilities of ethercat tool.
This commit is contained in:
@@ -165,7 +165,7 @@ void CommandCStruct::generateSlaveCStruct(
|
||||
}
|
||||
|
||||
cout
|
||||
<< "/* Slave " << slave.position;
|
||||
<< "/* Master " << m.getIndex() << ", Slave " << slave.position;
|
||||
if (strlen(slave.order)) {
|
||||
cout << ", \"" << slave.order << "\"";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user