MCPcopy Create free account
hub / github.com/facebook/time / ReadSysoffExtended

Method ReadSysoffExtended

phc/device.go:58–60  ·  view source on GitHub ↗

ReadSysoffExtended reads the precise time from the PHC along with SYS time to measure the call delay. The nsamples parameter is set to ExtendedNumProbes.

()

Source from the content-addressed store, hash-verified

56// ReadSysoffExtended reads the precise time from the PHC along with SYS time to measure the call delay.
57// The nsamples parameter is set to ExtendedNumProbes.
58func (dev *Device) ReadSysoffExtended() (*PTPSysOffsetExtended, error) {
59 return dev.readSysoffExtended(ExtendedNumProbes)
60}
61
62// ReadSysoffExtended1 reads the precise time from the PHC along with MONOTONIC_RAW SYS time to measure the call delay.
63// The samples parameter is set to 1.

Callers 5

TimeAndOffsetFromDeviceFunction · 0.80
OffsetBetweenDevicesFunction · 0.80
phcdiffRunFunction · 0.80
phc2phcRunFunction · 0.80
NewFunction · 0.80

Calls 1

readSysoffExtendedMethod · 0.95

Tested by

no test coverage detected