EnOcean Link  1.14.0.0
Middleware to Connect EnOcean easily to other Projects
eoDeviceManager.h File Reference

eoDeviceManager More...

#include "eoHalTypes.h"
#include "eoISerialize.h"
#include <map>
Include dependency graph for eoDeviceManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  eoDeviceManager
 Manages the devices. More...
 

Typedefs

typedef std::map< uint32_t, eoDevice * > id_device_map
 

Detailed Description

eoDeviceManager

Author
EnOcean GmBH

Typedef Documentation

◆ id_device_map

typedef std::map<uint32_t, eoDevice*> id_device_map

A std::map using the Device ID as key, and containing eoDevice as values.