Stream
Function Usage
Constructor, which is the base class of process objects.
Prototype and Parameter Description
explicit Stream(const std::string& pipelinePath);
Parameter |
Input/Output |
Description |
|---|---|---|
pipelinePath |
Input |
Path of the process configuration file |
Stream(const std::string& pipelinePath, const std::string& streamName);
Parameter |
Input/Output |
Description |
|---|---|---|
pipelinePath |
Input |
Path of the process configuration file |
streamName |
Input |
Name of the process object |
Parent topic: Stream