Skip to content

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

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.

error

error() -> Error

The error message

src_clock

src_clock() -> ClockId

The source clock of the PHC2SYS instance

warning

warning() -> Warning

The warning message