dg_tools
|
Provided with a matrix, the entity returns the row indexed by the current time index at every timestep. More...
#include <memory_replay.hpp>
Public Attributes | |
dg::SignalTimeDependent< dg::Vector, int > | internal_signal_refresher_ |
dg::SignalTimeDependent< dg::Vector, int > | sout |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Private Attributes | |
bool | is_started_ |
int | start_time_ |
dg::Matrix | data_ |
Provided with a matrix, the entity returns the row indexed by the current time index at every timestep.
Example: Store a desired trajectory in memory and get the desired position at every timestep.