ReadSysoffExtended1 reads the precise time from the PHC along with MONOTONIC_RAW SYS time to measure the call delay. The samples parameter is set to 1.
()
| 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. |
| 64 | func (dev *Device) ReadSysoffExtended1() (*PTPSysOffsetExtended, error) { |
| 65 | return dev.readSysoffExtended(1) |
| 66 | } |
| 67 | |
| 68 | // ReadSysoffExtendedRealTimeClock reads the precise time from the PHC along with REAL_TIME_CLOCK SYS time to measure the call delay. |
| 69 | // The nsamples parameter is set to ExtendedNumProbes. |
no test coverage detected