Skip to content

phc2sys_update_pb2

Generated protocol buffer code.

Classes:

  • Phc2SysUpdate

    An update relating a clock to its PHC2SYS source, along with an offset measurement.

Phc2SysUpdate

Phc2SysUpdate(
    *,
    src: ClockId | None = ...,
    dst: ClockId | None = ...,
    clock_state: SlaveClockState | None = ...
)

Bases: Message

An update relating a clock to its PHC2SYS source, along with an offset measurement.

Methods:

  • clock_state

    The state of the destination clock, including the offset measurement

  • dst

    The destination clock

  • src

    The source clock of the PHC2SYS instance

clock_state

clock_state() -> SlaveClockState

The state of the destination clock, including the offset measurement

dst

dst() -> ClockId

The destination clock

src

src() -> ClockId

The source clock of the PHC2SYS instance