33 #ifndef EOREMANCHAINER_H_ 34 #define EOREMANCHAINER_H_ 55 bool reapeaterEnabled;
eoReturn SendChainedMessage(const eoReManMessage &msg, eoGateway &gateway, bool shallBeRepeated=false)
every Communication from an EnOcean Device to another one consist out of one more Telegrams...
Definition: eoTelegram.h:43
Definition: eoReManChainer.h:50
std::map< uint32_t, eoChainedReManMessage * > id_reman_msg_map
Message container for merging.
Definition: eoReManChainer.h:36
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
EnOcean Gateway class, for handling a gateway Module.
Definition: eoGateway.h:139
eoReturn ParseChainedMessage(eoTelegram &tel, eoReManMessage &msg)
Definition: eoReManMessage.h:43