Expand description
Configuration structures
Configurations for a PtpInstance
:
Configurations for a Port
:
And types used within those configurations.
Structs§
- Accept
AnyMaster - An
AcceptableMasterList
that accepts anyClockIdentity
as 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
ClockIdentity
s aPort
may accept as a master clock.