Expand description
Configuration structures
Configurations for a PtpInstance:
Configurations for a Port:
And types used within those configurations.
Structs§
- Accept
AnyMaster - An
AcceptableMasterListthat accepts anyClockIdentityas a master clock. - Clock
Identity - The identity of a PTP node.
- Clock
Quality - A description of the accuracy and type of a clock.
- Instance
Config - Configuration for a
PtpInstance - Port
Config - Configuration items of the PTP PortDS dataset. Dynamical fields are kept as part of crate::port::Port.
- SdoId
- A wrapper type for PTP Sdo Identifiers.
- Time
PropertiesDS - A concrete implementation of the PTP Time Properties dataset
Enums§
- Clock
Accuracy - How accurate the underlying clock device is expected to be when not synchronized.
- Delay
Mechanism - Which delay mechanism a port is using.
- Leap
Indicator - Describes upcoming leap seconds.
- PtpMinor
Version - Minor version to be used in PTP protocol messages
- Time
Source - What the time values for a system are derived from
Traits§
- Acceptable
Master List - A list of
ClockIdentitys aPortmay accept as a master clock.