#include <sot/core/fir-filter.hh>
Public Member Functions | |
| virtual const std::string & | getClassName () const |
| std::string | getDocString () const |
| FIRFilter (const std::string &name) | |
| virtual | ~FIRFilter () |
| virtual sigT & | compute (sigT &res, int time) |
| void | resizeBuffer (const unsigned int &size) |
| unsigned int | getBufferSize () const |
| void | setElement (const unsigned int &rank, const coefT &coef) |
| coefT | getElement (const unsigned int &rank) const |
| virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Static Public Member Functions | |
| static std::string | getTypeName (void) |
| static void | reset_signal (sigT &, const sigT &) |
Public Attributes | |
| SignalPtr< sigT, int > | SIN |
| SignalTimeDependent< sigT, int > | SOUT |
Static Public Attributes | |
| static const std::string | CLASS_NAME |
| dynamicgraph::sot::FIRFilter< sigT, coefT >::FIRFilter | ( | const std::string & | name | ) | [inline] |
References dynamicgraph::Entity::addCommand(), dynamicgraph::sot::FIRFilter< sigT, coefT >::getBufferSize(), dynamicgraph::sot::FIRFilter< sigT, coefT >::resizeBuffer(), dynamicgraph::Entity::signalRegistration(), dynamicgraph::sot::FIRFilter< sigT, coefT >::SIN, and dynamicgraph::sot::FIRFilter< sigT, coefT >::SOUT.
| virtual dynamicgraph::sot::FIRFilter< sigT, coefT >::~FIRFilter | ( | ) | [inline, virtual] |
| virtual void dynamicgraph::sot::FIRFilter< sigT, coefT >::commandLine | ( | const std::string & | cmdLine, |
| std::istringstream & | cmdArgs, | ||
| std::ostream & | os | ||
| ) | [inline, virtual] |
Reimplemented from dynamicgraph::Entity.
| virtual sigT& dynamicgraph::sot::FIRFilter< sigT, coefT >::compute | ( | sigT & | res, |
| int | time | ||
| ) | [inline, virtual] |
| unsigned int dynamicgraph::sot::FIRFilter< sigT, coefT >::getBufferSize | ( | ) | const [inline] |
Referenced by dynamicgraph::sot::FIRFilter< sigT, coefT >::FIRFilter().
| virtual const std::string& dynamicgraph::sot::FIRFilter< sigT, coefT >::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
| std::string dynamicgraph::sot::FIRFilter< sigT, coefT >::getDocString | ( | ) | const [inline, virtual] |
Reimplemented from dynamicgraph::Entity.
| coefT dynamicgraph::sot::FIRFilter< sigT, coefT >::getElement | ( | const unsigned int & | rank | ) | const [inline] |
| static std::string dynamicgraph::sot::FIRFilter< sigT, coefT >::getTypeName | ( | void | ) | [inline, static] |
| static void dynamicgraph::sot::FIRFilter< sigT, coefT >::reset_signal | ( | sigT & | , |
| const sigT & | |||
| ) | [inline, static] |
Referenced by dynamicgraph::sot::FIRFilter< sigT, coefT >::compute().
| void dynamicgraph::sot::FIRFilter< sigT, coefT >::resizeBuffer | ( | const unsigned int & | size | ) | [inline] |
| void dynamicgraph::sot::FIRFilter< sigT, coefT >::setElement | ( | const unsigned int & | rank, |
| const coefT & | coef | ||
| ) | [inline] |
const std::string dynamicgraph::sot::FIRFilter< sigT, coefT >::CLASS_NAME [static] |
| SignalPtr<sigT, int> dynamicgraph::sot::FIRFilter< sigT, coefT >::SIN |
| SignalTimeDependent<sigT, int> dynamicgraph::sot::FIRFilter< sigT, coefT >::SOUT |
Referenced by dynamicgraph::sot::FIRFilter< sigT, coefT >::FIRFilter().