8#include "NotificationDispatcher.h"
14 uint16_t Open(uint16_t __port);
18 void AddNotification(
AmsAddr ams, uint32_t hNotify, SharedDispatcher dispatcher);
19 long DelNotification(
AmsAddr ams, uint32_t hNotify);
22 using NotifyUUID = std::pair<const AmsAddr, const uint32_t>;
23 static const uint32_t DEFAULT_TIMEOUT = 5000;
24 std::map<NotifyUUID, SharedDispatcher> dispatcherList;
The complete address of an ADS device can be stored in this structure.
Definition: AdsDef.h:237