Marsyas
0.6.0-alpha
|
Inject a vector specified by the mrs_realvec/inject control into the datastream. More...
#include <Inject.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Implementation of the MarSystem::clone() method. | |
Inject (std::string name) | |
Inject constructor. | |
Inject (const Inject &a) | |
Inject copy constructor. | |
void | myProcess (realvec &in, realvec &out) |
Implementation of the MarSystem::myProcess method. | |
~Inject () | |
Inject destructor. |
Inject a vector specified by the mrs_realvec/inject control into the datastream.
Controls:
Inject | ( | std::string | name | ) |
Inject constructor.
Add any specific controls needed by this MarSystem.
Definition at line 24 of file Inject.cpp.
Inject copy constructor.
Definition at line 31 of file Inject.cpp.
~Inject | ( | ) |
Inject destructor.
Definition at line 41 of file Inject.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 46 of file Inject.cpp.
Implementation of the MarSystem::myProcess method.
Iterate over the observations and samples and do the processing.
Implements MarSystem.
Definition at line 93 of file Inject.cpp.