16 #include <dynamic-graph/linear-algebra.h> 20 #include <dynamic-graph/signal-time-dependent.h> 21 #include <dynamic-graph/signal-ptr.h> 22 #include <dynamic-graph/entity.h> 30 # if defined (HistoryRecorder_EXPORTS) 31 # define HistoryRecorder_EXPORTS __declspec(dllexport) 33 # define HistoryRecorder_EXPORTS __declspec(dllimport) 36 # define HistoryRecorder_EXPORTS 58 void init(
const int& history_length);
60 static const std::string CLASS_NAME;
61 virtual void display( std::ostream& os )
const;
62 virtual const std::string& getClassName(
void )
const {
return CLASS_NAME;}
64 dg::SignalPtr<dg::Vector,int> dataSIN;
65 dg::SignalTimeDependent<dg::Vector,int> historySOUT;
67 dg::Vector& getHistory(dg::Vector& history,
int time);
72 dg::Matrix internal_history_;
Records data over a fixed history and yields the data as truncated vector.
Definition: history_recorder.hpp:52
Definition: ComImpedanceController.hpp:31