Interface | Description |
---|---|
ITimestampedValue |
The ITimestampedValue interface must be implemented by all objects which have
a timestamp component and support storage within timestamped value
collections (e.g., a ThreadsafeInterpolatingTimeHistory).
|
Class | Description |
---|---|
ThreadsafeInterpolatingTimeHistory<T extends ICopy<T> & ITimestampedValue & IValueInterpolator<T>> |
The ThreadsafeInterpolatingTimeHistory class implements an array of
timestamped objects which can be inserted from one thread and accessed by
another thread.
|
Timestamp | |
TimestampedValue<T extends ICopy<T> & IInterpolate<T> & IQuantity> |
The TimestampedValue generic class encapsulates a value class via generic,
and adds additional variables and methods enabling a time-history of values
to be constructed.
|
TimestampInfo | |
TimestampPair |
Enum | Description |
---|---|
Timestamp.TimestampResolution | |
TimestampInfo.Basis | |
TimestampInfo.Scope |