mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 10:33: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 << "yes, delay measurement only" << endl;
|
||||||
}
|
}
|
||||||
cout << " DC system time transmission delay: "
|
cout << " DC system time transmission delay: "
|
||||||
<< si->transmission_delay << " ns" << endl;
|
<< dec << si->transmission_delay << " ns" << endl;
|
||||||
} else {
|
} else {
|
||||||
cout << "no" << endl;
|
cout << "no" << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user