ifw-ccf 4.0.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
utilities.hpp File Reference
#include <string>
#include <core/utils/param/parameterSet.hpp>

Go to the source code of this file.

Classes

class  ccf::common::FrameStatistics
 Class used by the threads to store info for generating performance statistics. More...
 

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 &parameters)
 Serialise the parameters contained in the parameter set.
 
void ccf::common::UnpackParameters (const std::string &parameters, core::utils::param::ParameterSet &par_set)
 Unpack the serialised parameters and store the information in the provided parameter set object.