Stream
函数功能
构造函数,流程对象基类。
函数原型
explicit Stream::Stream(const std::string& pipelinePath);
Stream::Stream(const std::string& pipelinePath, const std::string& streamName);
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
pipelinePath |
输入 |
流程配置文件路径。 |
streamName |
输入 |
流程对象名。 |
父主题: Stream