Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
rts_remote_store_mmap.h
Go to the documentation of this file.
1#ifndef RTS_REMOTE_STORE_MMAP_H
2#define RTS_REMOTE_STORE_MMAP_H
3
4#include "../rts_remote_store.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
29 const char *filename);
30
35#ifdef __cplusplus
36} // extern "C"
37#endif
38
39#endif // RTS_REMOTE_STORE_MEMORY_H
void rts_remote_store_init_mmap(struct rts_remote_store *store, const char *filename)
Initialize an rts_remote_store which stores remotes and rolling codes in a memory-mapped file on POSI...
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition rts_remote_store.h:29