[][src]Module opcua_server::address_space::object

Contains the implementation of Object and ObjectBuilder.

Structs

Object

An Object is a type of node within the AddressSpace.

ObjectBuilder

A builder for constructing a node of same name. This can be used as an easy way to create a node and the references it has to another node in a simple fashion.