phc2sys_status_message_pb2
Generated protocol buffer code.
Classes:
-
Phc2SysStatusMessage–A log message from a PHC2SYS instance that expresses a warning or an error
Phc2SysStatusMessage
Phc2SysStatusMessage(
*,
src_clock: ClockId | None = ...,
dst_clocks: Iterable[ClockId] | None = ...,
warning: Warning | None = ...,
error: Error | None = ...
)
Bases: Message
A log message from a PHC2SYS instance that expresses a warning or an error
Returned by:
-
API Reference
sync_tooling_msgsgraph_update_pb2GraphUpdatephc2sys_status_msg
Methods:
-
dst_clocks–The destination clocks of the PHC2SYS instance. The sync status of these clocks may be
-
error–The error message
-
src_clock–The source clock of the PHC2SYS instance
-
warning–The warning message
dst_clocks
dst_clocks() -> RepeatedCompositeFieldContainer[ClockId]
The destination clocks of the PHC2SYS instance. The sync status of these clocks may be affected by the warning/error.