mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-03-24 13:42:42 +08:00
Decimal transmission delay.
This commit is contained in:
@@ -263,7 +263,7 @@ void CommandSlaves::showSlaves(
|
||||
cout << "yes, delay measurement only" << endl;
|
||||
}
|
||||
cout << " DC system time transmission delay: "
|
||||
<< si->transmission_delay << " ns" << endl;
|
||||
<< dec << si->transmission_delay << " ns" << endl;
|
||||
} else {
|
||||
cout << "no" << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user