#include "binary_serialization.h"#include <opc/ua/protocol/attribute_ids.h>#include <opc/ua/protocol/expanded_object_ids.h>#include <opc/ua/protocol/binary/stream.h>#include <opc/ua/protocol/types.h>#include <opc/ua/protocol/node_management.h>#include <opc/ua/protocol/string_utils.h>#include <algorithm>#include <memory>#include <string>#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< std::vector< AddNodesItem > > (std::vector< AddNodesItem > &ack) |
| template<> | |
| void | OpcUa::Binary::DataDeserializer::Deserialize< std::vector< AddNodesResult > > (std::vector< AddNodesResult > &ack) |
| template<> | |
| void | OpcUa::Binary::DataDeserializer::Deserialize< std::vector< AddReferencesItem > > (std::vector< AddReferencesItem > &ack) |
| template<> | |
| void | OpcUa::Binary::DataSerializer::Serialize< std::vector< AddNodesItem > > (const std::vector< AddNodesItem > &ack) |
| template<> | |
| void | OpcUa::Binary::DataSerializer::Serialize< std::vector< AddNodesResult > > (const std::vector< AddNodesResult > &ack) |
| template<> | |
| void | OpcUa::Binary::DataSerializer::Serialize< std::vector< AddReferencesItem > > (const std::vector< AddReferencesItem > &ack) |
| const char * | OpcUa::GetObjectIdName (const NodeId &id) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize (const std::vector< AddNodesItem > &ack) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize (const std::vector< AddReferencesItem > &ack) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddNodesItem > (const AddNodesItem &resp) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddNodesParameters > (const AddNodesParameters &val) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddNodesRequest > (const AddNodesRequest &resp) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddNodesResponse > (const AddNodesResponse &resp) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddNodesResult > (const AddNodesResult &resp) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddReferencesItem > (const AddReferencesItem &val) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddReferencesParameters > (const AddReferencesParameters &val) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddReferencesRequest > (const AddReferencesRequest &val) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< AddReferencesResponse > (const AddReferencesResponse &resp) |
| template<> | |
| std::size_t | OpcUa::Binary::RawSize< NodeAttributes > (const NodeAttributes &val) |
| std::size_t | OpcUa::Binary::RawSizeBodyNodeAttributes (const NodeAttributes &val) |