Marsyas
0.6.0-alpha
|
FanOutIn of MarSystem objects. More...
#include <FanOutIn.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
FanOutIn (std::string name) | |
FanOutIn (const FanOutIn &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~FanOutIn () |
FanOutIn of MarSystem objects.
Combines a parallel set of MarSystem objects to a single MarSystem corresponding to executing the System objects in parallel using the same input, and combining their outputs using a sum or a multiplication combinator.
Controls:
Definition at line 41 of file FanOutIn.h.
FanOutIn | ( | std::string | name | ) |
Definition at line 29 of file FanOutIn.cpp.
Definition at line 36 of file FanOutIn.cpp.
~FanOutIn | ( | ) |
Definition at line 42 of file FanOutIn.cpp.
Implements MarSystem.
Definition at line 59 of file FanOutIn.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 217 of file FanOutIn.cpp.