dg_tools
|
Records data over a fixed history and yields the data as truncated vector. More...
#include <previous_value.hpp>
Public Attributes | |
dg::SignalPtr< dg::Vector, int > | dataSIN |
dg::SignalTimeDependent< dg::Vector, int > | dataSOUT |
dg::SignalTimeDependent< dg::Vector, int > | previousSOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Private Attributes | |
int | size_ |
bool | is_initialized_ |
dg::Vector | internal_history_ |
Records data over a fixed history and yields the data as truncated vector.
The newest entry is at the last position of the data array,
history = [data_{t-n}, data_{t-n+1}, ..., data_{t-1}, data_{t}]