Skip to content

servo_state_pb2

Generated protocol buffer code.

Classes:

  • ServoState

    The state of a clock servo as used in LinuxPTP.

Attributes:

  • SERVO_JUMP (ValueType) –

    The servo requests a clock jump to be able to track

  • SERVO_LOCKED (ValueType) –

    The servo is locked (synchronized)

  • SERVO_LOCKED_STABLE (ValueType) –

    The servo is locked within a user-defined accuracy threshold (synchronized)

  • SERVO_UNLOCKED (ValueType) –

    The servo is unlocked (not synchronized)

SERVO_JUMP module-attribute

SERVO_JUMP: ValueType

The servo requests a clock jump to be able to track

SERVO_LOCKED module-attribute

SERVO_LOCKED: ValueType

The servo is locked (synchronized)

SERVO_LOCKED_STABLE module-attribute

SERVO_LOCKED_STABLE: ValueType

The servo is locked within a user-defined accuracy threshold (synchronized)

SERVO_UNLOCKED module-attribute

SERVO_UNLOCKED: ValueType

The servo is unlocked (not synchronized)

ServoState

Bases: _ServoState

The state of a clock servo as used in LinuxPTP.

A clock servo is a component that smoothly adjusts the clock to minimize tracking error.

See LinuxPTP for more details.