Class interface allowing the addition of one or more values to a value history.
virtual ~ITimeHistoryAdder()=default
Frees resources.
virtual void addValue(const TimeHistoryAddValueArg &thp, Int64 value)=0
Method allowing the addition of a value to a history.
virtual void addValue(const TimeHistoryAddValueArg &thp, Int32ConstArrayView values)=0
Method allowing the addition of values to a history.
virtual void addValue(const TimeHistoryAddValueArg &thp, RealConstArrayView values)=0
Method allowing the addition of values to a history.
virtual void addValue(const TimeHistoryAddValueArg &thp, Int32 value)=0
Method allowing the addition of a value to a history.
virtual void addValue(const TimeHistoryAddValueArg &thp, Real value)=0
Method allowing the addition of a value to a history.
virtual void addValue(const TimeHistoryAddValueArg &thp, Int64ConstArrayView values)=0
Method allowing the addition of values to a history.