Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR asr9k-ptp-pd package operational data.
This module contains definitions for the following management objects:
platform-ptp: PTP PD operational data
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type PlatformPtp
- type PlatformPtp_PlatformPtpServo
- type PlatformPtp_PlatformPtpServo_LastReceivedT1
- type PlatformPtp_PlatformPtpServo_LastReceivedT2
- type PlatformPtp_PlatformPtpServo_LastReceivedT3
- type PlatformPtp_PlatformPtpServo_LastReceivedT4
- type PlatformPtp_PlatformPtpServo_LastSetTime
- type PlatformPtp_PlatformPtpServo_PreReceivedT1
- type PlatformPtp_PlatformPtpServo_PreReceivedT2
- type PlatformPtp_PlatformPtpServo_PreReceivedT3
- type PlatformPtp_PlatformPtpServo_PreReceivedT4
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlatformPtp ¶
type PlatformPtp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // PTP PD Servo information. PlatformPtpServo PlatformPtp_PlatformPtpServo }
PlatformPtp PTP PD operational data
func (*PlatformPtp) GetEntityData ¶
func (platformPtp *PlatformPtp) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo ¶
type PlatformPtp_PlatformPtpServo struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // lock status of device. The type is interface{} with range: 0..65535. LockStatus interface{} // running status of apr. The type is bool. Running interface{} // status of device. The type is string with length: 0..50. DeviceStatus interface{} // log level of apr. The type is interface{} with range: 0..65535. LogLevel interface{} // last phase alignment accuracy. The type is interface{} with range: // -9223372036854775808..9223372036854775807. PhaseAccuracyLast interface{} // number of sync timestamp reveiced. The type is interface{} with range: // 0..4294967295. NumSyncTimestamp interface{} // number of delay timestamp reveiced. The type is interface{} with range: // 0..4294967295. NumDelayTimestamp interface{} // number of setTime() been called. The type is interface{} with range: // 0..4294967295. NumSetTime interface{} // number of stepTime() been called. The type is interface{} with range: // 0..4294967295. NumStepTime interface{} // number of adjustFreq() been called. The type is interface{} with range: // 0..4294967295. NumAdjustFreq interface{} // number of adjustFreqTime() been called. The type is interface{} with range: // 0..4294967295. NumAdjustFreqTime interface{} // last input of adjustFreq. The type is interface{} with range: // -2147483648..2147483647. LastAdjustFreq interface{} // last input of stepTime. The type is interface{} with range: // -2147483648..2147483647. LastStepTime interface{} // number of sync timestamp discarded. The type is interface{} with range: // 0..4294967295. NumDiscardSyncTimestamp interface{} // number of delay timestamp discarded. The type is interface{} with range: // 0..4294967295. NumDiscardDelayTimestamp interface{} // last input flag of setTime. The type is bool. FlagofLastSetTime interface{} // Time Offset From Master. The type is interface{} with range: // -9223372036854775808..9223372036854775807. OffsetFromMaster interface{} // Mean Path Delay. The type is interface{} with range: // -9223372036854775808..9223372036854775807. MeanPathDelay interface{} // last input of setTime. LastSetTime PlatformPtp_PlatformPtpServo_LastSetTime // last T1 timestamp reveiced. LastReceivedT1 PlatformPtp_PlatformPtpServo_LastReceivedT1 // last T2 timestamp reveiced. LastReceivedT2 PlatformPtp_PlatformPtpServo_LastReceivedT2 // last T3 timestamp reveiced. LastReceivedT3 PlatformPtp_PlatformPtpServo_LastReceivedT3 // last T4 timestamp reveiced. LastReceivedT4 PlatformPtp_PlatformPtpServo_LastReceivedT4 // pre T1 timestamp reveiced. PreReceivedT1 PlatformPtp_PlatformPtpServo_PreReceivedT1 // pre T2 timestamp reveiced. PreReceivedT2 PlatformPtp_PlatformPtpServo_PreReceivedT2 // pre T3 timestamp reveiced. PreReceivedT3 PlatformPtp_PlatformPtpServo_PreReceivedT3 // pre T4 timestamp reveiced. PreReceivedT4 PlatformPtp_PlatformPtpServo_PreReceivedT4 }
PlatformPtp_PlatformPtpServo PTP PD Servo information
func (*PlatformPtp_PlatformPtpServo) GetEntityData ¶
func (platformPtpServo *PlatformPtp_PlatformPtpServo) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_LastReceivedT1 ¶
type PlatformPtp_PlatformPtpServo_LastReceivedT1 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_LastReceivedT1 last T1 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_LastReceivedT1) GetEntityData ¶
func (lastReceivedT1 *PlatformPtp_PlatformPtpServo_LastReceivedT1) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_LastReceivedT2 ¶
type PlatformPtp_PlatformPtpServo_LastReceivedT2 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_LastReceivedT2 last T2 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_LastReceivedT2) GetEntityData ¶
func (lastReceivedT2 *PlatformPtp_PlatformPtpServo_LastReceivedT2) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_LastReceivedT3 ¶
type PlatformPtp_PlatformPtpServo_LastReceivedT3 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_LastReceivedT3 last T3 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_LastReceivedT3) GetEntityData ¶
func (lastReceivedT3 *PlatformPtp_PlatformPtpServo_LastReceivedT3) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_LastReceivedT4 ¶
type PlatformPtp_PlatformPtpServo_LastReceivedT4 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_LastReceivedT4 last T4 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_LastReceivedT4) GetEntityData ¶
func (lastReceivedT4 *PlatformPtp_PlatformPtpServo_LastReceivedT4) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_LastSetTime ¶
type PlatformPtp_PlatformPtpServo_LastSetTime struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_LastSetTime last input of setTime
func (*PlatformPtp_PlatformPtpServo_LastSetTime) GetEntityData ¶
func (lastSetTime *PlatformPtp_PlatformPtpServo_LastSetTime) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_PreReceivedT1 ¶
type PlatformPtp_PlatformPtpServo_PreReceivedT1 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_PreReceivedT1 pre T1 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_PreReceivedT1) GetEntityData ¶
func (preReceivedT1 *PlatformPtp_PlatformPtpServo_PreReceivedT1) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_PreReceivedT2 ¶
type PlatformPtp_PlatformPtpServo_PreReceivedT2 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_PreReceivedT2 pre T2 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_PreReceivedT2) GetEntityData ¶
func (preReceivedT2 *PlatformPtp_PlatformPtpServo_PreReceivedT2) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_PreReceivedT3 ¶
type PlatformPtp_PlatformPtpServo_PreReceivedT3 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_PreReceivedT3 pre T3 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_PreReceivedT3) GetEntityData ¶
func (preReceivedT3 *PlatformPtp_PlatformPtpServo_PreReceivedT3) GetEntityData() *types.CommonEntityData
type PlatformPtp_PlatformPtpServo_PreReceivedT4 ¶
type PlatformPtp_PlatformPtpServo_PreReceivedT4 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // value of second. The type is interface{} with range: 0..4294967295. Second interface{} // value of nano second. The type is interface{} with range: 0..4294967295. NanoSecond interface{} }
PlatformPtp_PlatformPtpServo_PreReceivedT4 pre T4 timestamp reveiced
func (*PlatformPtp_PlatformPtpServo_PreReceivedT4) GetEntityData ¶
func (preReceivedT4 *PlatformPtp_PlatformPtpServo_PreReceivedT4) GetEntityData() *types.CommonEntityData