Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
RTSRemoteStore_MMap.hpp
1#ifndef RTS_REMOTE_STORE_MMAP_HPP
2#define RTS_REMOTE_STORE_MMAP_HPP
3
4#include "../RTSRemoteStore.hpp"
5
6class RTSRemoteStore_MMap : public RTSRemoteStore
7{
8 public:
9 RTSRemoteStore_MMap(const char *filepath);
10};
11
12#endif // RTS_REMOTE_STORE_MMAP_HPP
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition RTSRemoteStore.hpp:23