Class definition of the UaView. Derived from UaNode. View all needed and possible Nodedefinitions. More...

#include <uabasenodes.h>

Inheritance diagram for UaView:
Collaboration diagram for UaView:

List of all members.

Public Member Functions

 UaView ()
virtual OpcUa_Boolean containsNoLoops () const =0
virtual OpcUa_Byte eventNotifier () const =0
OpcUa_NodeClass nodeClass () const
virtual void getAttributeValue (Session *pSession, OpcUa_Int32 attributeId, UaDataValue &uaDataValue)

Protected Member Functions

virtual ~UaView ()

Detailed Description

Class definition of the UaView. Derived from UaNode. View all needed and possible Nodedefinitions.

UaView


Constructor & Destructor Documentation

UaView::~UaView (  ) [protected, virtual]

destruction

UaView::UaView (  )

construction


Member Function Documentation

virtual OpcUa_Boolean UaView::containsNoLoops (  ) const [pure virtual]

Set the Variables loops.

Returns:
TRUE if there are no loops FALSE otherwise.

Implemented in UaGenericView, and UaViewSimple.

virtual OpcUa_Byte UaView::eventNotifier (  ) const [pure virtual]

Notifiys which Event was fired.

Returns:
the EventNotifier for the UaTransitionType.

Implemented in UaGenericView, and UaViewSimple.

void UaView::getAttributeValue ( Session pSession,
OpcUa_Int32  attributeId,
UaDataValue uaDataValue 
) [virtual]

Gets the value of an attribute of the Node.

Parameters:
[in]pSessionInterface to the Session context for the method call
[in]attributeIdAttribute id indicating the attribute to return
[out]uaDataValueThe value of the attribute or the status code for the attribute

Reimplemented from UaNode.

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

Get the Nodeclass of the current Node.

Returns:
the Nodeclass of the current Node.

Implements UaNode.

Reimplemented in UaGenericView.


The documentation for this class was generated from the following files:
  • /home/buildbot/work/uasdkcpp/src/uaserver/uaservercpp/coremodule/uabasenodes.h
  • /home/buildbot/work/uasdkcpp/src/uaserver/uaservercpp/coremodule/uabasenodes.cpp