Go to the documentation of this file.
9 #ifndef RTCTK_STANDALONETOOLS_OPERATIONS_HPP
10 #define RTCTK_STANDALONETOOLS_OPERATIONS_HPP
16 std::unique_ptr<::rtctk::componentFramework::RepositoryIf>
GetRepository(std::string repo);
18 int DoList(std::unique_ptr<::rtctk::componentFramework::RepositoryIf>&& rtr, const ::rtctk::componentFramework::DataPointPath&
path);
19 int GetData(std::unique_ptr<::rtctk::componentFramework::RepositoryIf>&& rtr, const ::rtctk::componentFramework::DataPointPath&
path);
20 int SetData(std::unique_ptr<::rtctk::componentFramework::RepositoryIf>&& rtr, const ::rtctk::componentFramework::DataPointPath&
path, std::string type, std::string value);
21 int Delete(std::unique_ptr<::rtctk::componentFramework::RepositoryIf>&& rtr, const ::rtctk::componentFramework::DataPointPath&
path);
22 int DoRead(std::unique_ptr<::rtctk::componentFramework::RepositoryIf>&& rtr, const ::rtctk::componentFramework::DataPointPath&
path,
const std::string& file);
23 int DoWrite(std::unique_ptr<::rtctk::componentFramework::RepositoryIf>&& rtr, const ::rtctk::componentFramework::DataPointPath&
path, std::string type,
const std::string& file);
24 int GetType(std::unique_ptr<::rtctk::componentFramework::RepositoryIf>&& rtr, const ::rtctk::componentFramework::DataPointPath&
path);
26 #endif //RTCTK_STANDALONETOOLS_OPERATIONS_HPP
int DoWrite(std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&rtr, const ::rtctk::componentFramework::DataPointPath &path, std::string type, const std::string &file)
int GetType(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)
string path
Definition: rtctkExampleDataTaskRobotTest.py:228
int SetData(std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&rtr, const ::rtctk::componentFramework::DataPointPath &path, std::string type, std::string value)
Header file for RepositoryIf and related base classes.
int GetData(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 Delete(std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&rtr, const ::rtctk::componentFramework::DataPointPath &path)
Header file for RepositoryIf and related base classes.
std::unique_ptr<::rtctk::componentFramework::RepositoryIf > GetRepository(std::string repo)
Definition: operations.cpp:362