#include <streamingalgorithmwrapper.h>
|
| StreamingAlgorithmWrapper () |
|
| ~StreamingAlgorithmWrapper () |
|
void | declareInput (SinkBase &sink, NumeralType type, const std::string &name) |
|
void | declareInput (SinkBase &sink, NumeralType type, int n, const std::string &name) |
|
void | declareOutput (SourceBase &source, NumeralType type, const std::string &name) |
|
void | declareOutput (SourceBase &source, NumeralType type, int n, const std::string &name) |
|
void | synchronizeInput (const std::string &name) |
|
void | synchronizeOutput (const std::string &name) |
|
void | synchronizeIO () |
|
void | declareAlgorithm (const std::string &name) |
|
void | configure (const ParameterMap ¶ms) |
|
void | configure () |
|
void | reset () |
|
void | setParameters (const ParameterMap ¶ms) |
|
void | declareParameters () |
|
AlgorithmStatus | process () |
|
| Algorithm () |
|
virtual | ~Algorithm () |
|
SinkBase & | input (const std::string &name) |
|
SourceBase & | output (const std::string &name) |
|
SinkBase & | input (int idx) |
|
SourceBase & | output (int idx) |
|
const InputMap & | inputs () const |
|
const OutputMap & | outputs () const |
|
std::vector< std::string > | inputNames () const |
|
std::vector< std::string > | outputNames () const |
|
virtual void | shouldStop (bool stop) |
|
virtual bool | shouldStop () const |
|
void | disconnectAll () |
|
AlgorithmStatus | acquireData () |
|
void | releaseData () |
|
virtual | ~Configurable () |
|
const std::string & | name () const |
|
void | setName (const std::string &name) |
|
const ParameterMap & | defaultParameters () const |
|
const Parameter & | parameter (const std::string &key) const |
|