Error implements the error interface
()
| 32 | |
| 33 | // Error implements the error interface |
| 34 | func (e *errorClockState) Error() string { |
| 35 | return fmt.Sprintf("clock %q state %d is not TIME_OK", e.path, e.st) |
| 36 | } |
| 37 | |
| 38 | // freqPPBFromDevice reads PHC device frequency in PPB |
| 39 | func freqPPBFromDevice(dev *Device) (freqPPB float64, err error) { |
no outgoing calls