RTC Toolkit 4.0.2
Loading...
Searching...
No Matches
fakePersistentRepoIf.hpp
Go to the documentation of this file.
1
13#ifndef RTCTK_COMPONENTFRAMEWORK_TEST_FAKEPERSISTENTREPOIF_HPP
14#define RTCTK_COMPONENTFRAMEWORK_TEST_FAKEPERSISTENTREPOIF_HPP
15
18
20
27
28} // namespace rtctk::componentFramework::test
29
30#endif // RTCTK_COMPONENTFRAMEWORK_TEST_FAKEPERSISTENTREPOIF_HPP
Base interface for all Persistent Configuration Repository adapters.
Definition: persistentRepoIf.hpp:25
Implementation of a fake of PersistentRepoIf for testing.
Definition: fakePersistentRepoIf.hpp:26
Implementation of an in-memory fake repository for testing.
Definition: fakeRepositoryIf.hpp:31
Header file for an in-memory fake RepositoryIf.
Definition: fakeClock.cpp:15
Header file for PersistentRepoIf, which defines the API for PersistentRepoAdapter.