#include <opc/ua/protocol/types.h>#include <opc/ua/protocol/view.h>#include <ostream>#include <limits>

Go to the source code of this file.
Namespaces | |
| namespace | OpcUa |
OPC UA Address space part. GNU LGPL. | |
Functions | |
| std::ostream & | OpcUa::operator<< (std::ostream &os, const OpcUa::NodeId &nodeid) |
| std::ostream & | OpcUa::operator<< (std::ostream &os, const OpcUa::LocalizedText &t) |
| std::ostream & | OpcUa::operator<< (std::ostream &os, const OpcUa::QualifiedName &qn) |
| std::ostream & | OpcUa::operator<< (std::ostream &os, const OpcUa::BrowseDirection &direction) |
| std::ostream & | OpcUa::operator<< (std::ostream &os, const OpcUa::Guid &guid) |
| std::ostream & | OpcUa::operator<< (std::ostream &os, const OpcUa::ByteString &buf) |
| Guid | OpcUa::ToGuid (const std::string &str) |
| NodeId | OpcUa::ToNodeId (const std::string &str, uint32_t defaultNamespace=0) |
| QualifiedName | OpcUa::ToQualifiedName (const std::string &str, uint32_t default_ns=0) |
| std::string | OpcUa::ToString (const NodeId &id) |
| std::string | OpcUa::ToString (const Guid &guid) |
| std::string | OpcUa::ToString (const DateTime &t) |
| std::string | OpcUa::ToString (const BrowseDirection &direction) |
| std::string | OpcUa::ToString (const StatusCode &code) |
| std::string | OpcUa::ToString (const LocalizedText &code) |