Go to the documentation of this file.
12 #ifndef RTCTK_COMPONENTFRAMEWORK_FILERUNTIMEREPOADAPTER_HPP
13 #define RTCTK_COMPONENTFRAMEWORK_FILERUNTIMEREPOADAPTER_HPP
15 #include <mal/utility/Uri.hpp>
47 #endif // RTCTK_COMPONENTFRAMEWORK_FILERUNTIMEREPOADAPTER_HPP
Implements a file based repository that stores datapoints in local YAML and FITS files.
Definition: fileRepository.hpp:68
Definition: commandReplier.cpp:20
A request object to pass information about datapoints to subscribe to.
Definition: repositorySubscriberIf.hpp:33
FileRuntimeRepoAdapter & operator=(const FileRuntimeRepoAdapter &)=delete
FileRuntimeRepoAdapter()=delete
RepositoryIf::Response SendUnsubscribeRequest(const UnsubscribeRequest &request) const override
This is called to asynchronously send a request to unsubscribe from various notifications.
Definition: fileRuntimeRepoAdapter.cpp:31
A request object to pass information about datapoints to unsubscribe from.
Definition: repositorySubscriberIf.hpp:115
FileRuntimeRepoAdapter & operator=(FileRuntimeRepoAdapter &&)=default
RepositoryIf::Response SendSubscribeRequest(const SubscribeRequest &request) const override
This is called to asynchronously send a subscription request for datapoints.
Definition: fileRuntimeRepoAdapter.cpp:26
Declaration of FileRepository that provides a simple file based repository.
FileRuntimeRepoAdapter(const FileRuntimeRepoAdapter &)=delete
Definition: runtimeRepoIf.hpp:20
An object used to wait for a request to complete.
Definition: repositoryIf.hpp:188
Header file for RuntimeRepoIf, which defines the API for RuntimeRepoAdapters.
Definition: fileRuntimeRepoAdapter.hpp:21
FileRuntimeRepoAdapter(FileRuntimeRepoAdapter &&)=default
virtual ~FileRuntimeRepoAdapter()
Definition: fileRuntimeRepoAdapter.cpp:22