Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
RTSRemoteStore_Memory.hpp
Go to the documentation of this file.
1#ifndef RTS_REMOTE_STORE_MEMORY_HPP
2#define RTS_REMOTE_STORE_MEMORY_HPP
3
4#include "RTSRemoteStore.hpp"
5
15class RTSRemoteStore_Memory : public RTSRemoteStore
16{
17 public:
18 RTSRemoteStore_Memory();
19};
20
25#endif // RTS_REMOTE_STORE_MEMORY_HPP
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition RTSRemoteStore.hpp:23