20 #ifndef WEBSOCKETSINK_H
21 #define WEBSOCKETSINK_H
24 #include <abstractroutingengine.h>
25 #include "abstractsink.h"
26 #include <libwebsockets.h>
37 PropertyList subscriptions();
38 lws *socket() {
return m_wsi; }
41 char *webSocketBuffer;
42 string m_amdbproperty;
49 #endif // WEBSOCKETSINK_H