Expand description
Configuration structures
Configurations for a PtpInstance
:
Configurations for a Port
:
And types used within those configurations.
Structs§
- An
AcceptableMasterList
that accepts anyClockIdentity
as a master clock. - The identity of a PTP node.
- A description of the accuracy and type of a clock.
- Configuration for a
PtpInstance
- Configuration items of the PTP PortDS dataset. Dynamical fields are kept as part of crate::port::Port.
- A wrapper type for PTP Sdo Identifiers.
- A concrete implementation of the PTP Time Properties dataset
Enums§
- How accurate the underlying clock device is expected to be when not synchronized.
- Which delay mechanism a port is using.
- Describes upcoming leap seconds.
- What the time values for a system are derived from
Traits§
- A list of
ClockIdentity
s aPort
may accept as a master clock.