|
EnOcean Link
1.14.2.0
Middleware to Connect EnOcean easily to other Projects
|
#include "eoHalTypes.h"#include "eoApiDef.h"#include "eoISerialize.h"#include "eoMessage.h"#include "eoTelegram.h"#include "eoTelegramERP2.h"#include "eoDevice.h"#include "eoIFilter.h"#include "eoPacketStream.h"#include "eoDeviceManager.h"#include "eoMessageHandler.h"#include "eoSecurity.h"#include "eoProfileFactory.h"#include "eoTeachInModule.h"#include "eoReManMessage.h"#include "eoMaintenanceMessage.h"#include "eoSerialCommand.h"#include "eoIWatcher.h"#include <queue>

Go to the source code of this file.
Classes | |
| class | eoGateway |
| EnOcean Gateway class, for handling a gateway Module. More... | |
Enumerations | |
| enum | RECEIVE_FLAGS { RECV_PACKET = (1 << 0), RECV_TELEGRAM = (1 << 1), RECV_MESSAGE = (1 << 2), RECV_TEACHIN = (1 << 3), RECV_PROFILE = (1 << 4), RECV_TELEGRAM_SEC = (1 << 5), RECV_ERROR = (1 << 6), RECV_DEVICE_ADDED = (1 << 7), RECV_SECTEACHIN = (1 << 8), RECV_REMAN = (1 << 9), RECV_TELEGRAM_ERP2 = (1 << 10), RECV_MAINTENANCE = (1 << 11) } |