#include <opc/common/logger.h>#include <opc/ua/global.h>#include <opc/ua/node.h>#include <opc/ua/event.h>#include <opc/ua/services/subscriptions.h>#include <sstream>#include <map>#include <mutex>#include <iostream>

Go to the source code of this file.
Classes | |
| struct | OpcUa::MonitoredItemData |
| class | OpcUa::Subscription |
| class | OpcUa::SubscriptionHandler |
| struct | OpcUa::UserData |
Namespaces | |
| OpcUa | |
| OPC UA Address space part. GNU LGPL. | |
Typedefs | |
| typedef std::map< uint32_t, MonitoredItemData > | OpcUa::AttValMap |
| typedef std::map< uint32_t, EventFilter > | OpcUa::SimpleAttOpMap |