|
ifw-ccf 4.0.0
|
#include <rad/logger.hpp>#include <core/utils/file/file.hpp>#include <ccf/common/config.hpp>#include <ccf/common/utilities.hpp>Namespaces | |
| namespace | ccf |
| namespace | ccf::common |
Functions | |
| std::string | ccf::common::GetImageDir () |
| Get the name of the image output folder. | |
| std::string | ccf::common::PackParameters (const core::utils::param::ParameterSet ¶meters) |
| Serialise the parameters contained in the parameter set. | |
| void | ccf::common::UnpackParameters (const std::string ¶meters, core::utils::param::ParameterSet &par_set) |
| Unpack the serialised parameters and store the information in the provided parameter set object. | |