C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
UaBase::View Class Reference

Stores the information of a View node. More...

#include <basenodes.h>

Inherits UaBase::BaseNode.

Public Member Functions

 View ()
 Creates a View.
 
 View (const UaNodeId &nodeId)
 Creates a View.
 
 ~View ()
 Destruction.
 
virtual OpcUa_NodeClass nodeClass () const
 Returns the node class.
 
void setContainsNoLoops (OpcUa_Boolean containsNoLoops)
 Sets containsNoLoops. More...
 
void setEventNotifier (OpcUa_Byte eventNotifier)
 Sets the EventNotifier. More...
 
OpcUa_Boolean containsNoLoops () const
 Returns containsNoLoops. More...
 
OpcUa_Byte eventNotifier () const
 Returns the eventNotifier. More...
 
virtual void getAttributeValue (OpcUa_Int32 attributeId, UaDataValue &uaDataValue) const
 Returns the attribute value for the requested attribute. More...
 
- Public Member Functions inherited from UaBase::BaseNode
virtual ~BaseNode ()
 Destruction. More...
 
virtual void setNodeId (const UaNodeId &nodeId)
 Sets the NodeId of the BaseNode. More...
 
UaNodeId nodeId () const
 Returns the NodeId of the BaseNode. More...
 
void setBrowseName (const UaQualifiedName &browseName)
 Sets the BrowseName of the BaseNode. More...
 
UaQualifiedName browseName () const
 Returns the BrowseName of the BaseNode. More...
 
void setDisplayName (const UaLocalizedText &displayName)
 Sets the DisplayName of the BaseNode. More...
 
UaLocalizedText displayName () const
 Returns the DisplayName of the BaseNode. More...
 
void setDescription (const UaLocalizedText &description)
 Sets the Description of the BaseNode. More...
 
UaLocalizedText description () const
 Returns the Description of the BaseNode. More...
 
void setWriteMask (OpcUa_UInt32 writeMask)
 Sets the WriteMask of the BaseNode. More...
 
OpcUa_UInt32 writeMask () const
 Returns the WriteMask of the BaseNode. More...
 
void setUserWriteMask (OpcUa_UInt32 userWriteMask)
 Sets the UserWriteMask of the BaseNode. More...
 
OpcUa_UInt32 userWriteMask () const
 Returns the UserWriteMask of the BaseNode. More...
 
void setParentNodeId (const UaNodeId &parentNodeId)
 Sets the NodeId of the parent node of the BaseNode. More...
 
UaNodeId parentNodeId () const
 Returns the NodeId of the parent node. More...
 
virtual void evaluateReferences (const std::map< UaNodeId, BaseNode * > &mapNodes)
 Evaluates the References. More...
 
virtual bool evaluateModelParents (const std::map< UaNodeId, BaseNode * > &mapNodes)
 Creates FullReferences from References. More...
 
void parentNode (UaNodeId &rNodeId, UaNodeId &rReferenceTypeId) const
 Returns the NodeId of the node and ReferenceTypeId that references the BaseNode hierarchically. More...
 
void addReference (const Reference &reference)
 Adds the References. More...
 
void removeReference (const Reference &reference)
 Removes the Reference if the Reference can be found. More...
 
void addFullReference (const FullReference &reference)
 Adds the FullReference. More...
 
void addReferenceUnsafe (const Reference &reference)
 Adds a unique Reference. More...
 
bool isHierarchicallyReferenced () const
 Returns true if the BaseNode is referenced by a FullReference. More...
 
std::list< BaseNode * > hierarchicallyReferencedNodes () const
 Returns the nodes that are referenced by FullReferences. More...
 
const std::list< Reference > & references () const
 Returns the list of all References. More...
 
void addExtension (const Extension &extension)
 Adds an Extension. More...
 
OpcUa_UInt32 extensionCount ()
 Returns the number of Extensions. More...
 
const std::list< Extension > & extensions () const
 Returns a list of all Extensions. More...
 
const Extensionextension (const UaString &sName) const
 Returns the Extension with the specified name. More...
 
const Extensionextension (const UaString &sName, const UaString &sNamespace) const
 Returns the Extension with the specified name and namespace. More...
 
virtual UserDataBaseuserData () const
 Returns the UserDataBase for the BaseNode. More...
 
virtual UaStatus setAttributeValue (OpcUa_Int32 attributeId, const UaDataValue &uaDataValue)
 Write the attribute value for the requested attribute. More...
 

Additional Inherited Members

- Protected Member Functions inherited from UaBase::BaseNode
 BaseNode ()
 Creates a BaseNode. More...
 

Detailed Description

Stores the information of a View node.

Used by Nodeset.

Member Function Documentation

OpcUa_Boolean UaBase::View::containsNoLoops ( ) const

Returns containsNoLoops.

OpcUa_Byte UaBase::View::eventNotifier ( ) const

Returns the eventNotifier.

void UaBase::View::getAttributeValue ( OpcUa_Int32  attributeId,
UaDataValue uaDataValue 
) const
virtual

Returns the attribute value for the requested attribute.

If the requested attribute is not valid for a specific node class this method returns OpcUa_BadAttributeIdInvalid.

Reimplemented from UaBase::BaseNode.

void UaBase::View::setContainsNoLoops ( OpcUa_Boolean  containsNoLoops)

Sets containsNoLoops.

void UaBase::View::setEventNotifier ( OpcUa_Byte  eventNotifier)

Sets the EventNotifier.


The documentation for this class was generated from the following files: