Go to the documentation of this file.
12 #ifndef RTCTK_COMPONENTFRAMEWORK_FILEPERSISTENTREPOADAPTER_HPP
13 #define RTCTK_COMPONENTFRAMEWORK_FILEPERSISTENTREPOADAPTER_HPP
15 #include <mal/utility/Uri.hpp>
53 #endif // RTCTK_COMPONENTFRAMEWORK_FILEPERSISTENTREPOADAPTER_HPP
Definition: persistentRepoIf.hpp:19
FilePersistentRepoAdapter(const FilePersistentRepoAdapter &)=delete
Header file for PersistentRepoIf, which defines the API for PersistentRepoAdapter.
Implements a file based repository that stores datapoints in local YAML and FITS files.
Definition: fileRepository.hpp:68
FilePersistentRepoAdapter & operator=(FilePersistentRepoAdapter &&)=default
Definition: commandReplier.cpp:20
FilePersistentRepoAdapter(FilePersistentRepoAdapter &&)=default
Implements a file based Persistent Configuration Repository adapter that can be used for testing.
Definition: filePersistentRepoAdapter.hpp:28
virtual ~FilePersistentRepoAdapter()
Definition: filePersistentRepoAdapter.cpp:21
Declaration of FileRepository that provides a simple file based repository.
FilePersistentRepoAdapter()=delete
FilePersistentRepoAdapter & operator=(const FilePersistentRepoAdapter &)=delete