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
The servo requests a clock jump to be able to track
SERVO_LOCKED_STABLE
module-attribute
The servo is locked within a user-defined accuracy threshold (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.