HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
actionSimCmdsHelper.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2020-2025 European Southern Observatory (ESO)
2//
3// SPDX-License-Identifier: LGPL-3.0-only
4
14#ifndef HLCC_TRKSIM_ACTIONS_SIM_CMDS_HELPER_HPP
15#define HLCC_TRKSIM_ACTIONS_SIM_CMDS_HELPER_HPP
16
17#include <vector>
18#include <string>
19
20
21namespace hlcc::trksim {
22
37std::string UpdateYaml(std::string yaml_in, std::string key_in, std::string value_in);
38
39} // namespace hlcc::trksim
40
41#endif // HLCC_TRKSIM_ACTIONS_SIM_CMDS_HELPER_HPP
Definition actionMgr.cpp:35
std::string UpdateYaml(std::string yaml_in, std::string key_in, std::string value_in)
Definition actionSimCmdsHelper.cpp:24