Go to the documentation of this file.
13 #ifndef RTCTK_RTCSUPERVISOR_POPULATECONFIG_HPP
14 #define RTCTK_RTCSUPERVISOR_POPULATECONFIG_HPP
143 #endif // RTCTK_RTCSUPERVISOR_POPULATECONFIG_HPP
Definition: rtcCommandRequest.hpp:18
Definition: persistentRepoIf.hpp:19
PopulateConfig(const PopulateConfig &)=delete
This class cannot be copy constructed.
Header file for PersistentRepoIf, which defines the API for PersistentRepoAdapter.
target
Definition: wscript:15
PopulateConfig & operator=(const PopulateConfig &)=delete
This class cannot be copy assigned.
PopulateConfig()=delete
Do not allow construction with no arguments.
A utility class used to populate the Runtime Configuration Repository.
Definition: populateConfig.hpp:34
PopulateConfig(PopulateConfig &&)=default
Objects of this class can be moved.
void CopyDataPoint(const DataPointPath &source, const DataPointPath &target)
Copy a single datapoint from the source to the target repository.
Definition: populateConfig.cpp:86
void CopyHierarchy(const DataPointPath &source, const DataPointPath &target)
Copy a hierarchy of datapoints from the source to the target repository.
Definition: populateConfig.cpp:74
void CopyActiveDeploymentSet()
Copies the active Deployment Set to the Runtime Configuration Repository.
Definition: populateConfig.cpp:70
Definition: runtimeRepoIf.hpp:20
bool IsDisablePopulateFlagSet()
Checks if the disable_populate_runtime_repo flag has been set.
Definition: populateConfig.cpp:61
This class provides a wraper for DataPoint paths which ensures that they only contain valid character...
Definition: dataPointPath.hpp:34
Header file for RuntimeRepoIf, which defines the API for RuntimeRepoAdapters.
PopulateConfig & operator=(PopulateConfig &&)=default
Objects of this class can be moved with the move assignment operator.