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