Searched refs:TotalMicroseconds (Results 1 – 5 of 5) sorted by relevance
118 var samples = decoder.GetSamplesByTime((uint)(timeDiff.TotalMicroseconds / 1000)); in PushSamples()
249 public double TotalMicroseconds => ticks / (double)TicksPerMicrosecond; field
52 … sampleOffsetTime += (long)machine.ClockSource.CurrentValue.TotalMicroseconds * -1000L;
391 …(long)machine.ClockSource.CurrentValue.TotalMicroseconds * -1000L + (long)block.StartTime - (init … in FeedMultiFrequencyAccelerationSamplesFromRESD()
190 var txRxSimulatorDelayUs = (GetTime() - txStartTime).TotalMicroseconds; in ReceiveFrame()