NVIDIA DeepStream SDK API Reference

7.0 Release
yaml_config.hpp File Reference

Go to the source code of this file.

Namespaces

 ds3d
 
 ds3d::config
 

Functions

ErrCode ds3d::config::CatchYamlCall (std::function< ErrCode()> f)
 
template<class F , typename... Args>
ErrCode ds3d::config::CatchConfigCall (F f, Args &&... args)
 
ErrCode ds3d::config::parseComponentConfig (const std::string &yamlComp, const std::string &path, ComponentConfig &config)
 
ErrCode ds3d::config::parseFullConfig (const std::string &yamlDoc, const std::string &path, std::vector< ComponentConfig > &all)