mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-07 12:21:49 +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