dg_tools
dg_tools::PreviousValue Class Reference

Records data over a fixed history and yields the data as truncated vector. More...

#include <previous_value.hpp>

Inheritance diagram for dg_tools::PreviousValue:
Collaboration diagram for dg_tools::PreviousValue:

Public Member Functions

 PreviousValue (const std::string &name)
 
void init (const int &size)
 
virtual void display (std::ostream &os) const
 
virtual const std::string & getClassName (void) const
 
dg::Vector & getPrevious (dg::Vector &previous, int time)
 
dg::Vector & getInput (dg::Vector &output, int time)
 

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_
 

Detailed Description

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}]


The documentation for this class was generated from the following files: