Marsyas
0.6.0-alpha
|
#include <Limiter.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Limiter (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~Limiter () |
Controls:
Limiter | ( | std::string | name | ) |
Definition at line 25 of file Limiter.cpp.
~Limiter | ( | ) |
Definition at line 37 of file Limiter.cpp.
Implements MarSystem.
Definition at line 43 of file Limiter.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 78 of file Limiter.cpp.