RTC Toolkit  2.0.0
Classes | Namespaces
fileRepository.hpp File Reference

Declaration of FileRepository that provides a simple file based repository. More...

#include <exception>
#include <functional>
#include <mutex>
#include <thread>
#include <boost/filesystem.hpp>
#include <mal/utility/Uri.hpp>
#include <rtctk/componentFramework/exceptions.hpp>
#include <rtctk/componentFramework/repositoryIf.hpp>

Go to the source code of this file.

Classes

class  rtctk::componentFramework::PathMissingException
 
class  rtctk::componentFramework::FileFormatError
 
class  rtctk::componentFramework::InvalidUriInFileError
 
class  rtctk::componentFramework::DirCreationError
 
class  rtctk::componentFramework::FileRepository
 Implements a file based repository that stores datapoints in local YAML and FITS files. More...
 

Namespaces

 rtctk
 
 rtctk::componentFramework
 

Detailed Description

Declaration of FileRepository that provides a simple file based repository.