RTC Toolkit  2.0.0
Classes | Namespaces
repositoryIf.hpp File Reference

Header file for RepositoryIf and related base classes. More...

#include <chrono>
#include <cstdint>
#include <functional>
#include <future>
#include <vector>
#include <gsl/span>
#include <rtctk/componentFramework/dataPointPath.hpp>
#include <rtctk/componentFramework/matrixBuffer.hpp>
#include <rtctk/componentFramework/matrixSpan.hpp>

Go to the source code of this file.

Classes

class  rtctk::componentFramework::RepositoryIf
 Abstract interface providing basic read and write facilities to a repository. More...
 
class  rtctk::componentFramework::RepositoryIf::ReadRequest
 A request object to pass information about datapoints that should be read from the repository. More...
 
class  rtctk::componentFramework::RepositoryIf::ReadRequest::Parameters
 A structure to hold the arguments passed with one of the Add methods. More...
 
class  rtctk::componentFramework::RepositoryIf::WriteRequest
 A request object to pass information about datapoints that should be written to the repository. More...
 
class  rtctk::componentFramework::RepositoryIf::WriteRequest::Parameters
 A structure to hold the arguments passed with one of the Add methods. More...
 
class  rtctk::componentFramework::RepositoryIf::Response
 An object used to wait for a request to complete. More...
 

Namespaces

 rtctk
 
 rtctk::componentFramework
 

Detailed Description

Header file for RepositoryIf and related base classes.