Skip to content

ptp4l_status_message_pb2

Generated protocol buffer code.

Classes:

  • Ptp4lStatusMessage

    A log message from a PTP4L instance that expresses a warning or an error.

Ptp4lStatusMessage

Ptp4lStatusMessage(
    *,
    clock_id: ClockId | None = ...,
    warning: Warning | None = ...,
    error: Error | None = ...
)

Bases: Message

A log message from a PTP4L instance that expresses a warning or an error.

Methods:

  • clock_id

    The ID of the affected clock

  • error

    The error message

  • warning

    The warning message

clock_id

clock_id() -> ClockId

The ID of the affected clock

error

error() -> Error

The error message

warning

warning() -> Warning

The warning message