UaVariableTypeSimple Class Reference
[Core Module Address Model Classes]

Derived from UaVariableType and UaReferenceLists. More...

#include <uaobjecttypes.h>

Inheritance diagram for UaVariableTypeSimple:
Collaboration diagram for UaVariableTypeSimple:

List of all members.


Public Member Functions

 UaVariableTypeSimple (const UaString &name, const UaNodeId &nodeId, const UaString &defaultLocaleId, OpcUa_Boolean isAbstract)
virtual ~UaVariableTypeSimple ()
UaStatus browse (const ServiceContext &serviceContext, BrowseContext &browseContext, UaReferenceDescriptions &References)
virtual UaNodeId nodeId () const
virtual UaQualifiedName browseName () const
virtual UaLocalizedText displayName (const UaString &) const
virtual OpcUa_Boolean isDescriptionSupported () const
virtual UaLocalizedText description (const UaString &) const
virtual OpcUa_Boolean isWriteMaskSupported () const
virtual OpcUa_UInt32 writeMask () const
virtual OpcUa_Boolean isUserWriteMaskSupported () const
virtual OpcUa_UInt32 userWriteMask (Session *pSession) const
virtual OpcUa_Boolean isValueSupported () const
virtual UaDataValue value (Session *)
virtual UaNodeId dataType () const
virtual OpcUa_Int32 valueRank () const
virtual OpcUa_Boolean isArrayDimensionsSupported () const
virtual void arrayDimensions (UaUInt32Array &arrayDimensions) const
virtual OpcUa_Boolean isAbstract () const
OpcUa_NodeClass nodeClass () const
UaNodeId typeDefinitionId () const
UaNodegetUaNode () const
UaReferenceListsgetUaReferenceLists () const

Detailed Description

Derived from UaVariableType and UaReferenceLists.

UaVariableTypeSimple


Constructor & Destructor Documentation

UaVariableTypeSimple::UaVariableTypeSimple ( const UaString name,
const UaNodeId nodeId,
const UaString defaultLocaleId,
OpcUa_Boolean  isAbstract 
)

construction

UaVariableTypeSimple::~UaVariableTypeSimple (  )  [virtual]

destruction


Member Function Documentation

UaStatus UaVariableTypeSimple::browse ( const ServiceContext serviceContext,
BrowseContext browseContext,
UaReferenceDescriptions &  References 
) [virtual]

Discover the references of a specified node of a view. This method is used to return a list of references and target nodes for the passed node to browse for the services Browse and BrowseNext.

Parameters:
serviceContext General context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
browseContext Browse context for the first browse or the following browse with continuation point.
References Array of ReferenceDescription results for the browsed node.
Returns:
Error code

Implements UaNode.

virtual UaNodeId UaVariableTypeSimple::nodeId (  )  const [inline, virtual]

Get the NodeId of the current Node.

Returns:
the NodeId of the current Node.

Implements UaNode.

virtual UaQualifiedName UaVariableTypeSimple::browseName (  )  const [inline, virtual]

Get the browseName as QualifiedName of the current Node.

Returns:
the browseName as QualifiedName.

Implements UaNode.

virtual UaLocalizedText UaVariableTypeSimple::displayName ( const UaString  )  const [inline, virtual]

Get the displayName as LocalizedText of the current Node.

Returns:
the LocalizedText of the current Node.

Implements UaNode.

virtual OpcUa_Boolean UaVariableTypeSimple::isDescriptionSupported (  )  const [inline, virtual]

Check if Node is DescriptionSupported.

Returns:
FALSE if not supported.

Implements UaNode.

virtual UaLocalizedText UaVariableTypeSimple::description ( const UaString  )  const [inline, virtual]

Get the description as LocalizedText of the current Node.

Returns:
the LocalizedText of the current Node.

Implements UaNode.

OpcUa_Boolean UaVariableTypeSimple::isWriteMaskSupported (  )  const [virtual]

Check if Node is WriteMaskSupported.

Returns:
TRUE if Node is WriteMaskSupported.

Implements UaNode.

OpcUa_UInt32 UaVariableTypeSimple::writeMask (  )  const [virtual]

Get the writeMask of the current Node.

Returns:
the writeMask.

Implements UaNode.

OpcUa_Boolean UaVariableTypeSimple::isUserWriteMaskSupported (  )  const [virtual]

Check if Node is UserWriteMaskSupported.

Returns:
TRUE if Node is UserWriteMaskSupported.

Implements UaNode.

OpcUa_UInt32 UaVariableTypeSimple::userWriteMask ( Session pSession  )  const [virtual]

Check if Node has a userWriteMask.

Parameters:
pSession Interface to the Session context for the method call
Returns:
the userWriteMask.

Implements UaNode.

virtual OpcUa_Boolean UaVariableTypeSimple::isValueSupported (  )  const [inline, virtual]

Check if the Value of the Node is supported.

Returns:
FALSE if not supported.

Implements UaVariableType.

virtual UaDataValue UaVariableTypeSimple::value ( Session  )  [inline, virtual]

Sets the current value for the DataVariable.

Returns:
the current value for the DataVariable.

Implements UaVariableType.

virtual UaNodeId UaVariableTypeSimple::dataType (  )  const [inline, virtual]

Get the DataType for the DataVariable.

Returns:
the DataType for the DataVariable.

Implements UaVariableType.

virtual OpcUa_Int32 UaVariableTypeSimple::valueRank (  )  const [inline, virtual]

Get the ValueRank for the DataVariable.

Returns:
the ValueRank for the DataVariable.

Implements UaVariableType.

virtual OpcUa_Boolean UaVariableTypeSimple::isArrayDimensionsSupported (  )  const [inline, virtual]

Check if the Node is ArrayDimensionsSupported.

Returns:
FALSE if not supported.

Implements UaVariableType.

virtual void UaVariableTypeSimple::arrayDimensions ( UaUInt32Array &  arrayDimensions  )  const [inline, virtual]

Get the arrayDimensions value for the passed UaNode.

Parameters:
arrayDimensions the arrayDimensions value for the passed UaNode.

Implements UaVariableType.

virtual OpcUa_Boolean UaVariableTypeSimple::isAbstract (  )  const [inline, virtual]

Check if Node is Abstract.

Returns:
TRUE if is Abstract FALSE if not.

Implements UaVariableType.

OpcUa_NodeClass UaVariableTypeSimple::nodeClass (  )  const [inline, virtual]

Get the Nodeclass of the current Node.

Returns:
the Nodeclass of the current Node.

Reimplemented from UaVariableType.

UaNodeId UaVariableTypeSimple::typeDefinitionId (  )  const [inline, virtual]

Get the typeDefinitionId of the current Node.

Returns:
the typeDefinitionId of the current Node.

Reimplemented from UaVariableType.

UaNode* UaVariableTypeSimple::getUaNode (  )  const [inline, virtual]

Get the Node.

Returns:
the current searched Node.

Implements UaReferenceLists.

UaReferenceLists* UaVariableTypeSimple::getUaReferenceLists (  )  const [inline, virtual]

Get a ReferenceList where all the Nodes are in.

Returns:
a ReferenceList where all the Nodes are in.

Reimplemented from UaNode.


The documentation for this class was generated from the following files:
  • src/uaserver/uaservercpp/coremodule/uaobjecttypes.h
  • src/uaserver/uaservercpp/coremodule/uaobjecttypes.cpp