33 #if !defined(_DEVICE_MANAGER_H) 34 #define _DEVICE_MANAGER_H 91 uint32_t
Size()
const;
100 #endif // !defined(_DEVICE_MANAGER_H) std::map< uint32_t, eoDevice * > id_device_map
Definition: eoDeviceManager.h:37
Interface for storing.
Definition: eoISerialize.h:48
eoDevice * Add(uint32_t id)
eoDevice * Get(uint32_t id)
a class to describe an EnOcean Device
Definition: eoDevice.h:49
Manages the devices.
Definition: eoDeviceManager.h:51
uint8_t Serialize(eoArchive &a)
Serialization Function which will be called by the eoStorageManager.
const id_device_map & GetDeviceList() const
the base Archive
Definition: eoArchive.h:46