RTC Toolkit
1.0.0
|
Header file for RepositoryIf and related base classes. More...
#include <chrono>
#include <cstdint>
#include <functional>
#include <future>
#include <string>
#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::Request |
A request object to pass information about datapoints that should be read (written) from (to) the repository. More... | |
struct | rtctk::componentFramework::RepositoryIf::Request::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 | |
Header file for RepositoryIf and related base classes.