C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUaDi::ComponentTypeBase Class Reference

Generated base class for a ComponentType. More...

#include <opcuadi_componenttypebase.h>

Inherits OpcUaDi::TopologyElementType.

Inherited by OpcUaDi::ComponentType.

Public Member Functions

 ComponentTypeBase (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an ComponentType object using an instance declaration node as base.
 
 ComponentTypeBase (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an ComponentType object.
 
 ComponentTypeBase (UaBase::Object *pBaseNode, XmlUaNodeFactoryManager *pFactory, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an instance of the class ComponentTypeBase with all components. More...
 
virtual UaNodeId typeDefinitionId () const
 Returns the type definition NodeId for the ComponentType.
 
virtual void setAssetId (const UaString &AssetId)
 Sets the AssetId value. More...
 
virtual UaString getAssetId () const
 Returns the value of AssetId. More...
 
virtual void setComponentName (const UaLocalizedText &ComponentName)
 Sets the ComponentName value. More...
 
virtual UaLocalizedText getComponentName (Session *pSession) const
 Returns the value of ComponentName. More...
 
virtual void setDeviceClass (const UaString &DeviceClass)
 Sets the DeviceClass value. More...
 
virtual UaString getDeviceClass () const
 Returns the value of DeviceClass. More...
 
virtual void setDeviceManual (const UaString &DeviceManual)
 Sets the DeviceManual value. More...
 
virtual UaString getDeviceManual () const
 Returns the value of DeviceManual. More...
 
virtual void setDeviceRevision (const UaString &DeviceRevision)
 Sets the DeviceRevision value. More...
 
virtual UaString getDeviceRevision () const
 Returns the value of DeviceRevision. More...
 
virtual void setHardwareRevision (const UaString &HardwareRevision)
 Sets the HardwareRevision value. More...
 
virtual UaString getHardwareRevision () const
 Returns the value of HardwareRevision. More...
 
virtual void setManufacturer (const UaLocalizedText &Manufacturer)
 Sets the Manufacturer value. More...
 
virtual UaLocalizedText getManufacturer (Session *pSession) const
 Returns the value of Manufacturer. More...
 
virtual void setManufacturerUri (const UaString &ManufacturerUri)
 Sets the ManufacturerUri value. More...
 
virtual UaString getManufacturerUri () const
 Returns the value of ManufacturerUri. More...
 
virtual void setModel (const UaLocalizedText &Model)
 Sets the Model value. More...
 
virtual UaLocalizedText getModel (Session *pSession) const
 Returns the value of Model. More...
 
virtual void setProductCode (const UaString &ProductCode)
 Sets the ProductCode value. More...
 
virtual UaString getProductCode () const
 Returns the value of ProductCode. More...
 
virtual void setProductInstanceUri (const UaString &ProductInstanceUri)
 Sets the ProductInstanceUri value. More...
 
virtual UaString getProductInstanceUri () const
 Returns the value of ProductInstanceUri. More...
 
virtual void setRevisionCounter (OpcUa_Int32 RevisionCounter)
 Sets the RevisionCounter value. More...
 
virtual OpcUa_Int32 getRevisionCounter () const
 Returns the value of RevisionCounter. More...
 
virtual void setSerialNumber (const UaString &SerialNumber)
 Sets the SerialNumber value. More...
 
virtual UaString getSerialNumber () const
 Returns the value of SerialNumber. More...
 
virtual void setSoftwareRevision (const UaString &SoftwareRevision)
 Sets the SoftwareRevision value. More...
 
virtual UaString getSoftwareRevision () const
 Returns the value of SoftwareRevision. More...
 
virtual OpcUa::PropertyTypegetAssetIdNode ()
 Returns the AssetId node. More...
 
virtual const OpcUa::PropertyTypegetAssetIdNode () const
 Returns the AssetId node. More...
 
virtual OpcUa::PropertyTypegetComponentNameNode ()
 Returns the ComponentName node. More...
 
virtual const OpcUa::PropertyTypegetComponentNameNode () const
 Returns the ComponentName node. More...
 
virtual OpcUa::PropertyTypegetDeviceClassNode ()
 Returns the DeviceClass node. More...
 
virtual const OpcUa::PropertyTypegetDeviceClassNode () const
 Returns the DeviceClass node. More...
 
virtual OpcUa::PropertyTypegetDeviceManualNode ()
 Returns the DeviceManual node. More...
 
virtual const OpcUa::PropertyTypegetDeviceManualNode () const
 Returns the DeviceManual node. More...
 
virtual OpcUa::PropertyTypegetDeviceRevisionNode ()
 Returns the DeviceRevision node. More...
 
virtual const OpcUa::PropertyTypegetDeviceRevisionNode () const
 Returns the DeviceRevision node. More...
 
virtual OpcUa::PropertyTypegetHardwareRevisionNode ()
 Returns the HardwareRevision node. More...
 
virtual const OpcUa::PropertyTypegetHardwareRevisionNode () const
 Returns the HardwareRevision node. More...
 
virtual OpcUa::PropertyTypegetManufacturerNode ()
 Returns the Manufacturer node. More...
 
virtual const OpcUa::PropertyTypegetManufacturerNode () const
 Returns the Manufacturer node. More...
 
virtual OpcUa::PropertyTypegetManufacturerUriNode ()
 Returns the ManufacturerUri node. More...
 
virtual const OpcUa::PropertyTypegetManufacturerUriNode () const
 Returns the ManufacturerUri node. More...
 
virtual OpcUa::PropertyTypegetModelNode ()
 Returns the Model node. More...
 
virtual const OpcUa::PropertyTypegetModelNode () const
 Returns the Model node. More...
 
virtual OpcUa::PropertyTypegetProductCodeNode ()
 Returns the ProductCode node. More...
 
virtual const OpcUa::PropertyTypegetProductCodeNode () const
 Returns the ProductCode node. More...
 
virtual OpcUa::PropertyTypegetProductInstanceUriNode ()
 Returns the ProductInstanceUri node. More...
 
virtual const OpcUa::PropertyTypegetProductInstanceUriNode () const
 Returns the ProductInstanceUri node. More...
 
virtual OpcUa::PropertyTypegetRevisionCounterNode ()
 Returns the RevisionCounter node. More...
 
virtual const OpcUa::PropertyTypegetRevisionCounterNode () const
 Returns the RevisionCounter node. More...
 
virtual OpcUa::PropertyTypegetSerialNumberNode ()
 Returns the SerialNumber node. More...
 
virtual const OpcUa::PropertyTypegetSerialNumberNode () const
 Returns the SerialNumber node. More...
 
virtual OpcUa::PropertyTypegetSoftwareRevisionNode ()
 Returns the SoftwareRevision node. More...
 
virtual const OpcUa::PropertyTypegetSoftwareRevisionNode () const
 Returns the SoftwareRevision node. More...
 
- Public Member Functions inherited from OpcUaDi::TopologyElementType
 TopologyElementType (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the class TopologyElementType. More...
 
 TopologyElementType (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the class TopologyElementType. More...
 
 TopologyElementType (UaBase::Object *pBaseNode, XmlUaNodeFactoryManager *pFactory, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an instance of the class TopologyElementType with all components. More...
 
UaStatus createParameterSet ()
 Creates the optional ParameterSet object if not available.
 
- Public Member Functions inherited from OpcUaDi::TopologyElementTypeBase
 TopologyElementTypeBase (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an TopologyElementType object using an instance declaration node as base.
 
 TopologyElementTypeBase (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an TopologyElementType object.
 
 TopologyElementTypeBase (UaBase::Object *pBaseNode, XmlUaNodeFactoryManager *pFactory, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an instance of the class TopologyElementTypeBase with all components. More...
 
virtual UaStatus beginCall (MethodManagerCallback *pCallback, const ServiceContext &serviceContext, OpcUa_UInt32 callbackHandle, MethodHandle *pMethodHandle, const UaVariantArray &inputArguments)
 Call method of an UA object. More...
 
virtual UaStatus call (const ServiceContext &serviceContext, MethodHandle *pMethodHandle, const UaVariantArray &inputArguments, UaVariantArray &outputArguments, UaStatusCodeArray &inputArgumentResults, UaDiagnosticInfos &inputArgumentDiag)
 Synchronous version of the MethodManager method call executed in a worker thread.
 
virtual
OpcUaDi::FunctionalGroupType
getIdentification ()
 Returns the Identification node. More...
 
virtual const
OpcUaDi::FunctionalGroupType
getIdentification () const
 Returns the Identification node. More...
 
virtual
OpcUaDi::LockingServicesType
getLock ()
 Returns the Lock node. More...
 
virtual const
OpcUaDi::LockingServicesType
getLock () const
 Returns the Lock node. More...
 
virtual OpcUa::BaseObjectTypegetMethodSet ()
 Returns the MethodSet node. More...
 
virtual const
OpcUa::BaseObjectType
getMethodSet () const
 Returns the MethodSet node. More...
 
virtual OpcUa::BaseObjectTypegetParameterSet ()
 Returns the ParameterSet node. More...
 
virtual const
OpcUa::BaseObjectType
getParameterSet () const
 Returns the ParameterSet node. More...
 
virtual UaStatus addGroup (OpcUaDi::FunctionalGroupType *pGroup)
 Adds the passed FunctionalGroupType node by creating an HasComponent reference.
 
virtual UaStatus addParameterSet_Parameter (OpcUa::BaseDataVariableType *pParameter)
 Adds the passed BaseDataVariableType node to the ParameterSet node by creating an HasComponent reference.
 
virtual UaStatus addMethodSet_Method (OpcUa::BaseMethod *pMethod)
 Adds the passed Method node to the MethodSet node by creating an HasComponent reference.
 
virtual void useAccessInfoFromType ()
 Applies the NodeAccessInfo set at the TopologyElementTypeBase and its children. More...
 
void useAccessInfoFromInstance (TopologyElementTypeBase *pInstance)
 Uses the NodeAccessInfo of pOther and its children. More...
 
- Public Member Functions inherited from OpcUa::BaseObjectType
 BaseObjectType (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the class BaseObjectType. More...
 
 BaseObjectType (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the class BaseObjectType. More...
 
UaReferenceListsgetUaReferenceLists () const
 Get the UaReferenceLists interface for the node. More...
 
virtual UaStatus browse (const ServiceContext &serviceContext, BrowseContext &browseContext, UaReferenceDescriptions &References)
 Discover the references of a specified node of a view. More...
 
UaNodeId nodeId () const
 Get the NodeId of the current Node. More...
 
virtual UaQualifiedName browseName () const
 Get the browseName of the current Node. More...
 
virtual UaLocalizedText displayName (Session *pSession) const
 Get the displayName as LocalizedText of the current Node. More...
 
virtual OpcUa_Boolean isDescriptionSupported () const
 Check if Node is DescriptionSupported. More...
 
virtual UaLocalizedText description (Session *pSession) const
 Get the description as LocalizedText of the current Node. More...
 
virtual OpcUa_Boolean isWriteMaskSupported () const
 Check if Node is WriteMaskSupported. More...
 
virtual OpcUa_UInt32 writeMask () const
 Get the writeMask of the current Node. More...
 
virtual OpcUa_Boolean isUserWriteMaskSupported () const
 Check if Node is UserWriteMaskSupported. More...
 
virtual OpcUa_UInt32 userWriteMask (Session *pSession) const
 Check if Node has a userWriteMask. More...
 
UaNodegetUaNode () const
 Get the UaNode interface pointer of this node. More...
 
virtual OpcUa_Byte eventNotifier () const
 Returns the EventNotifier for the BaseObjectType. More...
 
virtual MethodManagergetMethodManager (UaMethod *pMethod) const
 Returns the method manager interface for the BaseObjectType instance. More...
 
virtual void setUserData (UserDataBase *pUserData)
 Method to set user data stored in this class. More...
 
virtual UserDataBasegetUserData () const
 Method to get the user data stored in this class. More...
 
virtual void setBrowseName (const UaQualifiedName &browseName)
 Sets the browse name attribute value. More...
 
virtual void setDisplayName (const UaLocalizedText &displayName)
 Sets the display name attribute value. More...
 
virtual void setDescription (const UaLocalizedText &description)
 Sets the description attribute value. More...
 
virtual void setWriteMask (OpcUa_UInt32 writeMask)
 Sets the write mask attribute value. More...
 
virtual void setEventNotifier (OpcUa_Byte eventNotifier)
 Sets the eventNotifier attribute value. More...
 
virtual void setModellingRuleId (const UaNodeId &modellingRuleId)
 Set NodeId of the modeling rule for this node. More...
 
virtual UaNodeId modellingRuleId () const
 Get NodeId of the modeling rule for this node. More...
 
void setMethodManager (MethodManager *pMethodManager)
 Allows a class aggregating the object to implement the MethodManager for this object. More...
 
virtual UaStatus setAttributeValue (Session *pSession, OpcUa_Int32 attributeId, const UaDataValue &dataValue, NodeAccessInfo *pDefaultPermissions, OpcUa_Boolean checkWriteMask)
 Sets the value of an attribute of the Node. More...
 
- Public Member Functions inherited from MethodManager
 MethodManager ()
 construction
 
virtual ~MethodManager ()
 destruction
 
- Public Member Functions inherited from UaObject
 UaObject (UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the UaObject. More...
 
OpcUa_NodeClass nodeClass () const
 Get the node class of the Node. More...
 
virtual void getAttributeValue (Session *pSession, OpcUa_Int32 attributeId, NodeAccessInfo *pDefaultPermissions, UaDataValue &uaDataValue)
 Gets the value of an attribute of the Node. More...
 
- Public Member Functions inherited from UaNode
 UaNode (UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the UaNode. More...
 
virtual UaNodeId getKey () const
 Get the key of the node used for the hash table. More...
 
virtual NodeAccessInfogetAccessInfo () const
 Returns the access info for this node. More...
 
virtual bool hasAccessInfo () const
 Check if this UaNode has a NodeAccessInfo assigned. More...
 
virtual void useAccessInfoFrom (const UaNode *pOther)
 Set the NodeAccessInfo from another node to this node. More...
 
virtual void setAccessInfo (NodeAccessInfo *pAccessInfo)
 Set the NodeAccessInfo for this node. More...
 
virtual void attachAccessInfo (NodeAccessInfo *pAccessInfo)
 Set the NodeAccessInfo for this node. More...
 
- Public Member Functions inherited from ChainEntry
 ChainEntry ()
 construction
 
ChainEntryfind (const UaNodeId &key, ChainEntry **ppPrevious)
 finds the right entry in the chain. More...
 
void add (ChainEntry *pNewEntry)
 adds a new entry to the list. More...
 
void prepend (ChainEntry *pNewEntry)
 prepends a new entry to the list. More...
 
ChainEntryremove (const UaNodeId &key, ChainEntry **ppNext)
 removes an entry from the list. More...
 
ChainEntrygetNext () const
 Check if there is a chain. More...
 
virtual void setInvalid ()
 Set the entry to invalid. More...
 
void clearChain ()
 Clear the chain when the hashtable is cleared.
 
- Public Member Functions inherited from ReferenceCounter
 ReferenceCounter ()
 construction
 
virtual ~ReferenceCounter ()
 destruction
 
- Public Member Functions inherited from UaReferenceLists
 UaReferenceLists ()
 Constructs the reference lists object.
 
virtual ~UaReferenceLists ()
 Destroys the reference lists object.
 
virtual UaStatus browseReferences (const ServiceContext &serviceContext, BrowseContext &browseContext, UaReferenceDescriptions &References)
 Discover the references of a specified node of a view. More...
 
virtual UaStatus translateBrowsePathToNodeId (const ServiceContext &serviceContext, const UaNodeId &startingNode, UaRelativePath &relativePath, UaBrowsePathTargets &browsePathTargets)
 Find a node based on an element of an relative path. More...
 
virtual const UaReferencepTargetNodes () const
 Returns the list of references to target nodes. More...
 
virtual const UaReferencepSourceNodes () const
 Returns the list of references to source nodes. More...
 
virtual UaNodegetTargetNodeByBrowseName (const UaQualifiedName &browseName) const
 Searches a target node with the passed browse name and returns the UaNode interface if found. More...
 
virtual void addTargetNode (UaReference *pReference)
 Add a reference to a target node where this node is the source node. More...
 
virtual void addSourceNode (UaReference *pReference)
 Adds a reference to a source node where this node is the target node. More...
 
virtual UaStatus removeSourceNode (UaReference *pReferenceToRemove)
 Remove a reference to a source node where this node is the target node. More...
 
virtual bool removeSourceReference (UaReference *pReferenceToRemove)
 Remove the passed reference to a source node. More...
 
virtual UaStatus removeTargetNode (UaNode *pTargetNode, const UaNodeId &referenceTypeId, OpcUa_Boolean deleteBidirectional)
 Remove a reference to a target node where this node is the source node. More...
 
virtual UaStatus removeTargetNode (const UaNodeId &targetNodeId, const UaNodeId &referenceTypeId, OpcUa_Boolean deleteBidirectional)
 Remove a reference to a target node where this node is the source node. More...
 
virtual bool removeTargetReference (UaReference *pReferenceToRemove)
 Remove the passed reference to a target node. More...
 
virtual UaStatus removeCrossNodeManagerRef (NodeManager *pNodeManager)
 Remove references to another NodeManager. More...
 
virtual UaStatus invalidateSourceReferences (OpcUa_Boolean deleteSourceReferences)
 Set all references from SourceNodes to this Node invalid. More...
 
virtual UaStatus invalidateTargetReferences (OpcUa_Boolean deleteTargetReferences)
 Set all references to TargetNode of this node invalid. More...
 
virtual UaStatus deleteAllChildren (NodeManagerConfig *pNodeManagerConfig)
 Deletes all child nodes. More...
 

Static Public Member Functions

static void createTypes ()
 Create the related type nodes.
 
static void clearStaticMembers ()
 Clear the static members of the class.
 
- Static Public Member Functions inherited from OpcUaDi::TopologyElementType
static void createTypes ()
 Create the type related static members of the class.
 
static void clearStaticMembers ()
 Clear the static members of the class.
 
- Static Public Member Functions inherited from OpcUaDi::TopologyElementTypeBase
static void createTypes ()
 Create the related type nodes.
 
static void clearStaticMembers ()
 Clear the static members of the class.
 
- Static Public Member Functions inherited from OpcUa::BaseObjectType
static void clearStaticMembers ()
 Clear the static members of the class.
 

Protected Member Functions

virtual ~ComponentTypeBase ()
 Destruction.
 
- Protected Member Functions inherited from OpcUaDi::TopologyElementType
virtual ~TopologyElementType ()
 Destruction.
 
- Protected Member Functions inherited from OpcUaDi::TopologyElementTypeBase
virtual ~TopologyElementTypeBase ()
 Destruction.
 
- Protected Member Functions inherited from OpcUa::BaseObjectType
virtual ~BaseObjectType ()
 Destruction of the BaseObjectType. More...
 
- Protected Member Functions inherited from UaObject
virtual ~UaObject ()
 Destruction of the UaObject. More...
 
- Protected Member Functions inherited from UaNode
virtual ~UaNode ()
 Destruction of the UaNode. More...
 
- Protected Member Functions inherited from ChainEntry
virtual ~ChainEntry ()
 destruction
 
- Protected Member Functions inherited from UaReferenceLists
virtual UaStatus collectAllChildrenRecursive (NodeManagerConfig *pNodeManagerConfig, NodesToDeleteCollection &nodesToDeleteCollection, int recursionCounter=0)
 Collect a list of all child nodes. More...
 

Additional Inherited Members

- Protected Attributes inherited from UaReferenceLists
UaReferencem_pTargetNodes
 List of references to target nodes where this node is the source node. More...
 
UaReferencem_pLastTargetNode
 Last references in the list of references to the target nodes. More...
 
UaReferencem_pSourceNodes
 List of references to source nodes where this node is the target node. More...
 

Detailed Description

Generated base class for a ComponentType.

This class contains the generated base code for the object type ComponentType representing an OPC UA ObjectType. This class is used to create the object type and to create and represent instances of the object type in the server address space.

Variable members of the ComponentType:

Browse Name DataType TypeDefinition Modelling Rule See Also
AssetId String PropertyType Optional getAssetId, setAssetId
ComponentName LocalizedText PropertyType Optional getComponentName, setComponentName
DeviceClass String PropertyType Optional getDeviceClass, setDeviceClass
DeviceManual String PropertyType Optional getDeviceManual, setDeviceManual
DeviceRevision String PropertyType Optional getDeviceRevision, setDeviceRevision
HardwareRevision String PropertyType Optional getHardwareRevision, setHardwareRevision
Manufacturer LocalizedText PropertyType Optional getManufacturer, setManufacturer
ManufacturerUri String PropertyType Optional getManufacturerUri, setManufacturerUri
Model LocalizedText PropertyType Optional getModel, setModel
ProductCode String PropertyType Optional getProductCode, setProductCode
ProductInstanceUri String PropertyType Optional getProductInstanceUri, setProductInstanceUri
RevisionCounter Int32 PropertyType Optional getRevisionCounter, setRevisionCounter
SerialNumber String PropertyType Optional getSerialNumber, setSerialNumber
SoftwareRevision String PropertyType Optional getSoftwareRevision, setSoftwareRevision

Constructor & Destructor Documentation

OpcUaDi::ComponentTypeBase::ComponentTypeBase ( UaBase::Object pBaseNode,
XmlUaNodeFactoryManager pFactory,
NodeManagerConfig pNodeConfig,
UaMutexRefCounted pSharedMutex = NULL 
)

Constructs an instance of the class ComponentTypeBase with all components.

Parameters
[in]pBaseNodeThe "tree" of nodes that specifies the attributes of the instance and its children
[in]pFactoryThe factory to create the children
[in]pNodeConfigInterface pointer to the NodeManagerConfig interface used to add and delete node and references in the address space
[in]pSharedMutexShared mutex object used to synchronize access to the variable. Can be NULL if no shared mutex is provided

Member Function Documentation

UaString OpcUaDi::ComponentTypeBase::getAssetId ( ) const
virtual

Returns the value of AssetId.

If the optional AssetId node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getAssetIdNode ( )
virtual

Returns the AssetId node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getAssetIdNode ( ) const
virtual

Returns the AssetId node.

If the Variable has not been created yet, this method returns NULL.

UaLocalizedText OpcUaDi::ComponentTypeBase::getComponentName ( Session pSession) const
virtual

Returns the value of ComponentName.

If the optional ComponentName node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getComponentNameNode ( )
virtual

Returns the ComponentName node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getComponentNameNode ( ) const
virtual

Returns the ComponentName node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getDeviceClass ( ) const
virtual

Returns the value of DeviceClass.

If the optional DeviceClass node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getDeviceClassNode ( )
virtual

Returns the DeviceClass node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getDeviceClassNode ( ) const
virtual

Returns the DeviceClass node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getDeviceManual ( ) const
virtual

Returns the value of DeviceManual.

If the optional DeviceManual node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getDeviceManualNode ( )
virtual

Returns the DeviceManual node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getDeviceManualNode ( ) const
virtual

Returns the DeviceManual node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getDeviceRevision ( ) const
virtual

Returns the value of DeviceRevision.

If the optional DeviceRevision node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getDeviceRevisionNode ( )
virtual

Returns the DeviceRevision node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getDeviceRevisionNode ( ) const
virtual

Returns the DeviceRevision node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getHardwareRevision ( ) const
virtual

Returns the value of HardwareRevision.

If the optional HardwareRevision node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getHardwareRevisionNode ( )
virtual

Returns the HardwareRevision node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getHardwareRevisionNode ( ) const
virtual

Returns the HardwareRevision node.

If the Variable has not been created yet, this method returns NULL.

UaLocalizedText OpcUaDi::ComponentTypeBase::getManufacturer ( Session pSession) const
virtual

Returns the value of Manufacturer.

If the optional Manufacturer node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getManufacturerNode ( )
virtual

Returns the Manufacturer node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getManufacturerNode ( ) const
virtual

Returns the Manufacturer node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getManufacturerUri ( ) const
virtual

Returns the value of ManufacturerUri.

If the optional ManufacturerUri node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getManufacturerUriNode ( )
virtual

Returns the ManufacturerUri node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getManufacturerUriNode ( ) const
virtual

Returns the ManufacturerUri node.

If the Variable has not been created yet, this method returns NULL.

UaLocalizedText OpcUaDi::ComponentTypeBase::getModel ( Session pSession) const
virtual

Returns the value of Model.

If the optional Model node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getModelNode ( )
virtual

Returns the Model node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getModelNode ( ) const
virtual

Returns the Model node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getProductCode ( ) const
virtual

Returns the value of ProductCode.

If the optional ProductCode node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getProductCodeNode ( )
virtual

Returns the ProductCode node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getProductCodeNode ( ) const
virtual

Returns the ProductCode node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getProductInstanceUri ( ) const
virtual

Returns the value of ProductInstanceUri.

If the optional ProductInstanceUri node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getProductInstanceUriNode ( )
virtual

Returns the ProductInstanceUri node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getProductInstanceUriNode ( ) const
virtual

Returns the ProductInstanceUri node.

If the Variable has not been created yet, this method returns NULL.

OpcUa_Int32 OpcUaDi::ComponentTypeBase::getRevisionCounter ( ) const
virtual

Returns the value of RevisionCounter.

If the optional RevisionCounter node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getRevisionCounterNode ( )
virtual

Returns the RevisionCounter node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getRevisionCounterNode ( ) const
virtual

Returns the RevisionCounter node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getSerialNumber ( ) const
virtual

Returns the value of SerialNumber.

If the optional SerialNumber node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getSerialNumberNode ( )
virtual

Returns the SerialNumber node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getSerialNumberNode ( ) const
virtual

Returns the SerialNumber node.

If the Variable has not been created yet, this method returns NULL.

UaString OpcUaDi::ComponentTypeBase::getSoftwareRevision ( ) const
virtual

Returns the value of SoftwareRevision.

If the optional SoftwareRevision node has not been created, the value of the InstanceDeclaration node of the ObjectType is returned.

OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getSoftwareRevisionNode ( )
virtual

Returns the SoftwareRevision node.

If the Variable has not been created yet, this method returns NULL.

const OpcUa::PropertyType * OpcUaDi::ComponentTypeBase::getSoftwareRevisionNode ( ) const
virtual

Returns the SoftwareRevision node.

If the Variable has not been created yet, this method returns NULL.

void OpcUaDi::ComponentTypeBase::setAssetId ( const UaString AssetId)
virtual

Sets the AssetId value.

If the optional AssetId node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setComponentName ( const UaLocalizedText ComponentName)
virtual

Sets the ComponentName value.

If the optional ComponentName node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setDeviceClass ( const UaString DeviceClass)
virtual

Sets the DeviceClass value.

If the optional DeviceClass node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setDeviceManual ( const UaString DeviceManual)
virtual

Sets the DeviceManual value.

If the optional DeviceManual node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setDeviceRevision ( const UaString DeviceRevision)
virtual

Sets the DeviceRevision value.

If the optional DeviceRevision node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setHardwareRevision ( const UaString HardwareRevision)
virtual

Sets the HardwareRevision value.

If the optional HardwareRevision node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setManufacturer ( const UaLocalizedText Manufacturer)
virtual

Sets the Manufacturer value.

If the optional Manufacturer node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setManufacturerUri ( const UaString ManufacturerUri)
virtual

Sets the ManufacturerUri value.

If the optional ManufacturerUri node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setModel ( const UaLocalizedText Model)
virtual

Sets the Model value.

If the optional Model node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setProductCode ( const UaString ProductCode)
virtual

Sets the ProductCode value.

If the optional ProductCode node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setProductInstanceUri ( const UaString ProductInstanceUri)
virtual

Sets the ProductInstanceUri value.

If the optional ProductInstanceUri node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setRevisionCounter ( OpcUa_Int32  RevisionCounter)
virtual

Sets the RevisionCounter value.

If the optional RevisionCounter node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setSerialNumber ( const UaString SerialNumber)
virtual

Sets the SerialNumber value.

If the optional SerialNumber node has not been created, this method adds it to the address space.

void OpcUaDi::ComponentTypeBase::setSoftwareRevision ( const UaString SoftwareRevision)
virtual

Sets the SoftwareRevision value.

If the optional SoftwareRevision node has not been created, this method adds it to the address space.


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