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
7
extern
"C"
{
8
#endif
9
28
void
rts_remote_store_init_mmap
(
struct
rts_remote_store
*store,
29
const
char
*filename);
30
35
#ifdef __cplusplus
36
}
// extern "C"
37
#endif
38
39
#endif
// RTS_REMOTE_STORE_MEMORY_H
rts_remote_store::rts_remote_store_init_mmap
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...
rts_remote_store
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition
rts_remote_store.h:29
src
openrts
linux
rts_remote_store_mmap.h
Generated by
1.9.8