Table of Contents

Class OffsetTimestamp

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents an operator that shifts the timestamps of a sequence of timestamped payload values by the specified time interval.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class OffsetTimestamp
Inheritance
OffsetTimestamp
Inherited Members

Properties

TimeShift

Gets or sets a time interval by which to offset the sequence timestamps.

Methods

Process<T>(IObservable<Timestamped<T>>)

Shifts the timestamps of an observable sequence of timestamped payload values by the specified offset.

Process<T>(IObservable<Tuple<Timestamped<T>, double>>)

Shifts the timestamps of an observable sequence of timestamped payload values by the specified offset, in fractional seconds.

Process<T>(IObservable<Tuple<Timestamped<T>, TimeSpan>>)

Shifts the timestamps of an observable sequence of timestamped payload values by the specified time interval.