Stream

函数功能

构造函数,流程对象基类。

函数原型与参数说明

explicit Stream::Stream(const std::string& pipelinePath);

参数名

输入/输出

说明

pipelinePath

输入

流程配置文件路径。

Stream::Stream(const std::string& pipelinePath, const std::string& streamName);

参数名

输入/输出

说明

pipelinePath

输入

流程配置文件路径。

streamName

输入

流程对象名。