DUECA/DUSIME
|
Example extrapolation (actually no-extrapolation) class. More...
#include <MultiStreamReader.hxx>
Public Member Functions | |
const T & | warp (const T &data, const TimeTickType data_time, const TimeTickType wish_time) |
extrapolate the data object data, which became valid for a time data_time, to a time in the future or past wish_time. | |
Example extrapolation (actually no-extrapolation) class.
Default class for the MultiStreamReader. You can use this as a template to create actual extrapolation classes.
|
inline |
extrapolate the data object data, which became valid for a time data_time, to a time in the future or past wish_time.
This one actually does nothing but return the unchanged data object.
data | Object of extrapolation. |
data_time | Time associated with the object, in integer ticks. |
wish_time | Time that an extrapolated object should be valid for. |