Fanout Class Reference
[Composites]
Fanout of
MarSystem objects.
More...
#include <Fanout.h>
Inherits Marsyas::MarSystem.
Detailed Description
Fanout of
MarSystem objects.
All the children Marsystems of this composite receive the same input and their outputs are stacked as rows of observations.
Controls:
- mrs_natural/disable [w] : passes in the number of the child MarSystem to disable.
- mrs_natural/enable [w] : pass in the number of the child MarSystem to enable. (by default all children are enabled)
- mrs_string/enableChild [w] : pass in the type/name of the child MarSystem to enable. (by default all children are enabled)
- mrs_string/disableChild [w] : pass in the type/name of the child MarSystem to disable. -mrs_realvec/enabled [r] : vector with the list of enabled (i.e. 1.0 valued) children (no point writing to this control - just use it for reading the current enable/disable status of children) -mrs_realvec/muted [rw] : vector with the list of muted (i.e. 1.0 valued) children. This control can be used to bypass processing of some children (which when muted just keep outputing the last computed result).
Definition at line 50 of file Fanout.h.
The documentation for this class was generated from the following files: