ifw-ccf  3.0.0-pre2
Namespaces | Functions
utilities.cpp File Reference
#include <rad/logger.hpp>
#include <core/utils/file/file.hpp>
#include <ccf/common/config.hpp>
#include <ccf/common/utilities.hpp>

Namespaces

 ccf
 
 ccf::common
 

Functions

std::string ccf::common::GetImageDir ()
 Get the name of the image output folder. More...
 
std::string ccf::common::PackParameters (const core::utils::param::ParameterSet &parameters)
 Serialise the parameters contained in the parameter set. More...
 
void ccf::common::UnpackParameters (const std::string &parameters, core::utils::param::ParameterSet &par_set)
 Unpacke the serialised parameters and store the information in the provided parameter set object. More...