How can I read this YAML file with yaml-cpp: ... config = YAML::LoadFile(config_path); const YAML::Node& sensors = config["sensors"]; for (YAML::iterator it ...
確定! 回上一頁