PlotSink Class Reference
[Input/Output]
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 Marsyas::MarSystem.
Detailed Description
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:
- mrs_bool/sequence [w] : when true, this control activates the writing of sequence numbered files containing the input data at each tick.
- mrs_string/filename [w] : base filename used for the output sequence numbered files.
- mrs_bool/messages [w] : when true, activates the writing of the input data using Marsyas messages (i.e. MRSMSG() - - by default messages are sent to the stdout)
- mrs_string/separator [w] : separator character/string used when outputting input data using Marsyas messages (i.e. MRSMSG() - by default messages are sent to the stdout).
- mrs_bool/matlab [w]: when true, input data is sent to MATLAB using MATLAB engine calls (if enabled), to a MATLAB variable of the form "type_name_indata".
- mrs_string/matlabCommand [w] : MATLAB command to be evaluated at each process tick (after sending input data to MATLAB). By default it is set to "plot(type_name_indata);".
Definition at line 54 of file PlotSink.h.
The documentation for this class was generated from the following files: