|
hlcc 2.0.0-beta2+pre1
|
Config class source file. More...
#include "trksim/config.hpp"#include <iostream>#include <functional>#include <algorithm>#include <boost/program_options.hpp>#include <boost/algorithm/string.hpp>#include <fmt/core.h>#include <fmt/format.h>#include <rad/exceptions.hpp>#include <rad/helper.hpp>#include <scxml4cpp/State.h>#include "trksim/oldbInterface.hpp"#include "trksim/logger.hpp"Namespaces | |
| namespace | hlcc |
| Coordinates conversion methods between equatorial and horizontal. | |
| namespace | hlcc::trksim |
Functions | |
| std::vector< std::string > | hlcc::trksim::GetListOfKeysFromConfig (const elt::configng::CiiConfigDocument &cfg_doc) |
| std::vector< std::string > | hlcc::trksim::GetListOfKeysFromConfig (const elt::configng::CiiConfigInstanceNode &node, const std::string &prefix) |
| void | hlcc::trksim::GetPartialConfigFromKeys (elt::configng::CiiConfigInstanceNode &node, const std::vector< std::string > &keys_to_keep, std::vector< std::string > &keys_removed) |
Config class source file.