UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaBase::FullReference Class Reference

Stores the information of the Reference. More...

#include <basenodes.h>

Public Member Functions

 FullReference (const UaNodeId &referenceTypeId, BaseNode *pSource, BaseNode *pTarget)
 
void setReferenceTypeId (const UaNodeId &referenceTypeId)
 
UaNodeId referenceTypeId () const
 
void setSourceNode (BaseNode *pSource)
 
BaseNodesourceNode () const
 
void setTargetNode (BaseNode *pTarget)
 
BaseNodetargetNode () const
 
bool operator== (const FullReference &other) const
 

Detailed Description

Stores the information of the Reference.

Contains pointers of the source and the target node of the reference and the ReferenceTypeId. Used by UaNodeSetXmlParser.


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