#include "binary_serialization.h"
#include <opc/ua/protocol/binary/stream.h>
#include <opc/ua/protocol/monitored_items.h>
Go to the source code of this file.
Namespaces | |
namespace | OpcUa |
OPC UA Address space part. GNU LGPL. | |
namespace | OpcUa::Binary |
Functions | |
template<> | |
void | OpcUa::Binary::DataDeserializer::Deserialize< std::vector< EventFieldList > > (std::vector< EventFieldList > &targets) |
template<> | |
void | OpcUa::Binary::DataDeserializer::Deserialize< std::vector< MonitoredItems > > (std::vector< MonitoredItems > &targets) |
template<> | |
void | OpcUa::Binary::DataDeserializer::Deserialize< std::vector< SubscriptionAcknowledgement > > (std::vector< SubscriptionAcknowledgement > &ack) |
template<> | |
void | OpcUa::Binary::DataSerializer::Serialize< std::vector< EventFieldList > > (const std::vector< EventFieldList > &targets) |
template<> | |
void | OpcUa::Binary::DataSerializer::Serialize< std::vector< MonitoredItems > > (const std::vector< MonitoredItems > &targets) |
template<> | |
void | OpcUa::Binary::DataSerializer::Serialize< std::vector< SubscriptionAcknowledgement > > (const std::vector< SubscriptionAcknowledgement > &ack) |
template<> | |
std::size_t | OpcUa::Binary::RawSize (const std::vector< SubscriptionAcknowledgement > &ack) |
template<> | |
std::size_t | OpcUa::Binary::RawSize (const MonitoredItems &request) |
template<> | |
std::size_t | OpcUa::Binary::RawSize (const StatusChangeNotification &request) |
template<> | |
std::size_t | OpcUa::Binary::RawSize (const EventFieldList &request) |
template<> | |
std::size_t | OpcUa::Binary::RawSize (const EventNotificationList &request) |
template<> | |
std::size_t | OpcUa::Binary::RawSize (const DataChangeNotification &request) |
template<> | |
std::size_t | OpcUa::Binary::RawSize (const NotificationData &data) |