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