RTC Toolkit  0.1.0-alpha
Functions
operations.hpp File Reference

Operations for configTool. More...

#include "rtctk/componentFramework/repositoryIf.hpp"
#include "rtctk/componentFramework/dataPointPath.hpp"
#include <string>

Go to the source code of this file.

Functions

std::unique_ptr<::rtctk::componentFramework::RepositoryIfGetRepository (std::string repo)
 
int DoList (std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&rtr, const ::rtctk::componentFramework::DataPointPath &path)
 
int GetData (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)
 
int Delete (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 GetType (std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&rtr, const ::rtctk::componentFramework::DataPointPath &path)
 

Detailed Description

Operations for configTool.

Function Documentation

◆ Delete()

int Delete ( std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&  rtr,
const ::rtctk::componentFramework::DataPointPath path 
)

◆ DoList()

int DoList ( std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&  rtr,
const ::rtctk::componentFramework::DataPointPath path 
)

◆ DoRead()

int DoRead ( std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&  rtr,
const ::rtctk::componentFramework::DataPointPath path,
const std::string &  file 
)

◆ DoWrite()

int DoWrite ( std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&  rtr,
const ::rtctk::componentFramework::DataPointPath path,
std::string  type,
const std::string &  file 
)

◆ GetData()

int GetData ( std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&  rtr,
const ::rtctk::componentFramework::DataPointPath path 
)

◆ GetRepository()

std::unique_ptr<::rtctk::componentFramework::RepositoryIf> GetRepository ( std::string  repo)

◆ GetType()

int GetType ( std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&  rtr,
const ::rtctk::componentFramework::DataPointPath path 
)

◆ SetData()

int SetData ( std::unique_ptr<::rtctk::componentFramework::RepositoryIf > &&  rtr,
const ::rtctk::componentFramework::DataPointPath path,
std::string  type,
std::string  value 
)