#include "binary_serialization.h"#include <opc/ua/protocol/binary/stream.h>#include <opc/ua/protocol/nodeid.h>#include <algorithm>#include <stdexcept>#include <iostream>
Go to the source code of this file.
Namespaces | |
| OpcUa | |
| OPC UA Address space part. GNU LGPL. | |
| OpcUa::Binary | |
Functions | |
| template<> | |
| void | OpcUa::Binary::DataDeserializer::Deserialize< OpcUa::ExpandedNodeId > (OpcUa::ExpandedNodeId &id) |
| template<> | |
| void | OpcUa::Binary::DataDeserializer::Deserialize< OpcUa::NodeId > (OpcUa::NodeId &id) |
| template<> | |
| void | OpcUa::Binary::DataSerializer::Serialize< OpcUa::ExpandedNodeId > (const OpcUa::ExpandedNodeId &id) |
| template<> | |
| void | OpcUa::Binary::DataSerializer::Serialize< OpcUa::NodeId > (const OpcUa::NodeId &id) |
| MessageId | OpcUa::GetMessageId (const NodeId &id) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< ExpandedNodeId > (const ExpandedNodeId &id) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< NodeId > (const NodeId &id) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< NodeIdEncoding > (const NodeIdEncoding &) |