|
RTC Toolkit
0.1.0-alpha
|
Operations for configTool. More...
#include "rtctk/componentFramework/repositoryIf.hpp"#include "rtctk/componentFramework/dataPointPath.hpp"#include <string>Go to the source code of this file.
Operations for configTool.
| int Delete | ( | std::unique_ptr<::rtctk::componentFramework::RepositoryIf > && | rtr, |
| const ::rtctk::componentFramework::DataPointPath & | path | ||
| ) |
| int DoList | ( | std::unique_ptr<::rtctk::componentFramework::RepositoryIf > && | rtr, |
| const ::rtctk::componentFramework::DataPointPath & | path | ||
| ) |
| int DoRead | ( | std::unique_ptr<::rtctk::componentFramework::RepositoryIf > && | rtr, |
| const ::rtctk::componentFramework::DataPointPath & | path, | ||
| const std::string & | file | ||
| ) |
| int DoWrite | ( | std::unique_ptr<::rtctk::componentFramework::RepositoryIf > && | rtr, |
| const ::rtctk::componentFramework::DataPointPath & | path, | ||
| std::string | type, | ||
| const std::string & | file | ||
| ) |
| int GetData | ( | std::unique_ptr<::rtctk::componentFramework::RepositoryIf > && | rtr, |
| const ::rtctk::componentFramework::DataPointPath & | path | ||
| ) |
| std::unique_ptr<::rtctk::componentFramework::RepositoryIf> GetRepository | ( | std::string | repo | ) |
| int GetType | ( | std::unique_ptr<::rtctk::componentFramework::RepositoryIf > && | rtr, |
| const ::rtctk::componentFramework::DataPointPath & | path | ||
| ) |
| int SetData | ( | std::unique_ptr<::rtctk::componentFramework::RepositoryIf > && | rtr, |
| const ::rtctk::componentFramework::DataPointPath & | path, | ||
| std::string | type, | ||
| std::string | value | ||
| ) |