ReadSysoffPrecise reads the precise time from the PHC along with SYS time to measure the call delay.
()
| 79 | |
| 80 | // ReadSysoffPrecise reads the precise time from the PHC along with SYS time to measure the call delay. |
| 81 | func (dev *Device) ReadSysoffPrecise() (*PTPSysOffsetPrecise, error) { |
| 82 | return dev.readSysoffPrecise() |
| 83 | } |
| 84 | |
| 85 | func (dev *Device) readSysoffExtended(samples uint) (*PTPSysOffsetExtended, error) { |
| 86 | if isClockMonoRawSupported { |
no test coverage detected