#include <ngcbPP.hpp>
|
| | ngcbPIPELINE () |
| | Constructor.
|
| |
| virtual | ~ngcbPIPELINE () |
| | Destructor.
|
| |
| char * | ErrMsg () |
| | Error message.
|
| |
| void | Add (ngcbPP *newProc) |
| | Add processor to the end of the pipeline.
|
| |
| int | Lib (const char *name) |
| | Load external library.
|
| |
| int | Add (const char *module) |
| | Load processor from module and add it to the end of the pipeline.
|
| |
| void * | Execute (void *buffer, ngcb_pp_descr *descr) |
| | Execute processing pipeline.
|
| |
| void | Parallelize (int fastSync=0) |
| | Parallelize processing pipeline.
|
| |
| void | VerboseLevel (int level) |
| | Set verbose level.
|
| |
| void | LogLevel (int level) |
| | Set logging level.
|
| |
|
| void | Log (const char *msg) |
| | Logging function.
|
| |
◆ ngcbPIPELINE()
| ngcbPIPELINE::ngcbPIPELINE |
( |
| ) |
|
|
inline |
◆ ~ngcbPIPELINE()
| virtual ngcbPIPELINE::~ngcbPIPELINE |
( |
| ) |
|
|
inlinevirtual |
◆ Add() [1/2]
| int ngcbPIPELINE::Add |
( |
const char * | module | ) |
|
|
inline |
Load processor from module and add it to the end of the pipeline.
◆ Add() [2/2]
| void ngcbPIPELINE::Add |
( |
ngcbPP * | newProc | ) |
|
|
inline |
Add processor to the end of the pipeline.
◆ ErrMsg()
| char * ngcbPIPELINE::ErrMsg |
( |
| ) |
|
|
inline |
◆ Execute()
| void * ngcbPIPELINE::Execute |
( |
void * | buffer, |
|
|
ngcb_pp_descr * | descr ) |
|
inline |
Execute processing pipeline.
◆ Lib()
| int ngcbPIPELINE::Lib |
( |
const char * | name | ) |
|
|
inline |
◆ Log()
| void ngcbPIPELINE::Log |
( |
const char * | msg | ) |
|
|
inlineprotected |
◆ LogLevel()
| void ngcbPIPELINE::LogLevel |
( |
int | level | ) |
|
|
inline |
◆ Parallelize()
| void ngcbPIPELINE::Parallelize |
( |
int | fastSync = 0 | ) |
|
|
inline |
Parallelize processing pipeline.
◆ VerboseLevel()
| void ngcbPIPELINE::VerboseLevel |
( |
int | level | ) |
|
|
inline |
◆ logLevel
| int ngcbPIPELINE::logLevel |
◆ verboseLevel
| int ngcbPIPELINE::verboseLevel |
The documentation for this class was generated from the following file: