#include "subscription_service_internal.h"#include <opc/ua/event.h>#include <opc/ua/server/address_space.h>#include <opc/ua/protocol/monitored_items.h>#include <opc/ua/protocol/strings.h>#include <opc/ua/protocol/string_utils.h>#include <opc/ua/services/attributes.h>#include <boost/asio.hpp>#include <boost/thread/shared_mutex.hpp>#include <chrono>#include <iostream>#include <list>#include <vector>

Go to the source code of this file.
Classes | |
| class | OpcUa::Internal::InternalSubscription |
| struct | OpcUa::Internal::MonitoredDataChange |
| struct | OpcUa::Internal::TriggeredDataChange |
| struct | OpcUa::Internal::TriggeredEvent |
Namespaces | |
| OpcUa | |
| OPC UA Address space part. GNU LGPL. | |
| OpcUa::Internal | |
Typedefs | |
| typedef std::map< uint32_t, MonitoredDataChange > | OpcUa::Internal::MonitoredDataChangeMap |
| typedef std::map< NodeId, uint32_t > | OpcUa::Internal::MonitoredEventsMap |