13#ifndef RTCTK_COMPONENTFRAMEWORK_FILEPERSISTENTREPOADAPTER_HPP
14#define RTCTK_COMPONENTFRAMEWORK_FILEPERSISTENTREPOADAPTER_HPP
16#include <mal/utility/Uri.hpp>
Implements a file based Persistent Configuration Repository adapter that can be used for testing.
Definition: filePersistentRepoAdapter.hpp:31
FilePersistentRepoAdapter & operator=(FilePersistentRepoAdapter &&)=default
FilePersistentRepoAdapter & operator=(const FilePersistentRepoAdapter &)=delete
FilePersistentRepoAdapter(const FilePersistentRepoAdapter &)=delete
static const std::string SUPPORTED_URI_SCHEME
Definition: filePersistentRepoAdapter.hpp:33
FilePersistentRepoAdapter(FilePersistentRepoAdapter &&)=default
FilePersistentRepoAdapter()=delete
virtual ~FilePersistentRepoAdapter()
Definition: filePersistentRepoAdapter.cpp:23
Implements a file based repository that stores datapoints in local YAML and FITS files.
Definition: fileRepository.hpp:88
Base interface for all Persistent Configuration Repository adapters.
Definition: persistentRepoIf.hpp:25
Declaration of FileRepository that provides a simple file based repository.
Definition: commandReplier.cpp:22
Header file for PersistentRepoIf, which defines the API for PersistentRepoAdapter.