EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
#include "eoArchive.h"
#include "eoHeader.h"
#include "eoISerialize.h"
#include "eoConverter.h"
#include "eoHalTypes.h"
#include <string.h>
#include <map>
Go to the source code of this file.
Classes | |
class | serialize_object |
Serialised obejct type definition to save learned devices. More... | |
class | eoStorageManager |
handles the Storage of Object More... | |
Macros | |
#define | EO_STORAGE_IDENTIFIER "_EOLINK_SAVE" |
Storage indentifier.- can be changed. | |
Typedefs | |
typedef std::map< uint32_t, serialize_object * > | name_object_map |
Map type definition for serialized objects. | |