#include <devnull.h>
|
typedef OrderedMap< SinkBase > | InputMap |
|
typedef OrderedMap< SourceBase > | OutputMap |
|
DescriptionMap | inputDescription |
|
DescriptionMap | outputDescription |
|
DescriptionMap | parameterDescription |
|
DescriptionMap | parameterRange |
|
static const std::string | processingMode |
|
void | declareInput (SinkBase &sink, const std::string &name, const std::string &desc) |
|
void | declareInput (SinkBase &sink, int n, const std::string &name, const std::string &desc) |
|
void | declareInput (SinkBase &sink, int acquireSize, int releaseSize, const std::string &name, const std::string &desc) |
|
void | declareOutput (SourceBase &source, const std::string &name, const std::string &desc) |
|
void | declareOutput (SourceBase &source, int n, const std::string &name, const std::string &desc) |
|
void | declareOutput (SourceBase &source, int acquireSize, int releaseSize, const std::string &name, const std::string &desc) |
|
void | declareParameter (const std::string &name, const std::string &desc, const std::string &range, const Parameter &defaultValue) |
|
◆ DevNull()
◆ declareParameters()
void declareParameters |
( |
| ) |
|
|
inlinevirtual |
Declare the parameters that this Configurable
can accept. You have to implement this method in derived classes, even though you don't need any parameters. In that case, just define it as empty.
In this method you should only be calling the declareParameter
method, once for each parameter, with optional default values.
Implements Configurable.
◆ process()
◆ _frames
The documentation for this class was generated from the following file: