|
Marsyas
0.6.0-alpha
|
DCSource generates a constant signal (with configurable level) at the output. More...
#include <DCSource.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| DCSource (std::string name) | |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~DCSource () | |
DCSource generates a constant signal (with configurable level) at the output.
Controls:
Definition at line 39 of file DCSource.h.
| DCSource | ( | std::string | name | ) |
Definition at line 24 of file DCSource.cpp.
| ~DCSource | ( | ) |
Definition at line 34 of file DCSource.cpp.
Implements MarSystem.
Definition at line 39 of file DCSource.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 57 of file DCSource.cpp.
1.7.6.1