Marsyas
0.6.0-alpha
|
Text output sink Output input data at each tick to sequence numbered text files, to Marsyas messages (default = stdout), and as a MATLAB plot if MATLAB engine is being used. More...
#include <PlotSink.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
void | myUpdate (MarControlPtr sender) |
Updates internal state due to a control change. | |
PlotSink (std::string name) | |
PlotSink (const PlotSink &a) | |
~PlotSink () |
Text output sink Output input data at each tick to sequence numbered text files, to Marsyas messages (default = stdout), and as a MATLAB plot if MATLAB engine is being used.
Controls:
Definition at line 55 of file PlotSink.h.
PlotSink | ( | std::string | name | ) |
Definition at line 34 of file PlotSink.cpp.
Definition at line 41 of file PlotSink.cpp.
~PlotSink | ( | ) |
Definition at line 55 of file PlotSink.cpp.
Implements MarSystem.
Definition at line 65 of file PlotSink.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 109 of file PlotSink.cpp.
void myUpdate | ( | MarControlPtr | sender | ) | [virtual] |
Updates internal state due to a control change.
sender | The control that triggered the update; more precisely, any control passed to the update() method - could be an invalid one. |
Implement this method in subclass to define specific response to control changes.
Reimplemented from MarSystem.
Definition at line 87 of file PlotSink.cpp.