ReadSysoffExtended reads the precise time from the PHC along with SYS time to measure the call delay. The nsamples parameter is set to ExtendedNumProbes.
()
| 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. |
| 58 | func (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. |
no test coverage detected