RTC Toolkit  1.0.0
Namespaces | Functions
repositoryIfUtils.hpp File Reference

Provides utilities to simplify use of RepositoryIf. More...

#include <optional>
#include <rtctk/componentFramework/logger.hpp>
#include <rtctk/componentFramework/repositoryIf.hpp>
#include <numapp/numapolicies.hpp>

Go to the source code of this file.

Namespaces

 rtctk
 
 rtctk::componentFramework
 

Functions

template<typename T >
bool rtctk::componentFramework::GetOptionalParam (RepositoryIf &repo, const DataPointPath &path, T &value)
 Get optional datapoint. More...
 
std::optional< numapp::NumaPolicies > rtctk::componentFramework::GetNumaPolicies (RepositoryIf &repo, const DataPointPath &path)
 Constructs a NumaPolicies object from the configuration datapoints found under the given datapoint path. More...
 

Detailed Description

Provides utilities to simplify use of RepositoryIf.