clock_diff_measurement_pb2
Generated protocol buffer code.
Classes:
-
ClockDiffMeasurement–A graph update containing a time offset measurement between two clocks.
ClockDiffMeasurement
Bases: Message
A graph update containing a time offset measurement between two clocks.
While there are ClockMasterUpdate and Phc2SysUpdate which also contain time offset measurements,
this message is for measurements that are done by other means, e.g. by extracting timestamps from
sensor data and comparing it with packet ingress time in the driver.
This kind of measurement can be more inaccurate than those produced by PTP or PHC2SYS directly.
Returned by:
-
API Reference
sync_tooling_msgsgraph_update_pb2GraphUpdateclock_diff_measurement
Methods:
Attributes:
-
diff_ns(int) –The difference in nanoseconds, i.e. `time(dst) - time(src)``