|
RTC Toolkit
2.0.0
|
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... | |
Provides utilities to simplify use of RepositoryIf.