C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUa::DataSetFolderTypeBase Class Referenceabstract

Generated base class for a DataSetFolderType. More...

#include <opcua_datasetfoldertypebase.h>

Inherits OpcUa::FolderType.

Inherited by OpcUa::DataSetFolderType.

Public Member Functions

 DataSetFolderTypeBase (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an DataSetFolderType object using an instance declaration node as base.
 
 DataSetFolderTypeBase (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an DataSetFolderType object.
 
 DataSetFolderTypeBase (UaBase::Object *pBaseNode, XmlUaNodeFactoryManager *pFactory, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an instance of the class DataSetFolderTypeBase with all components. More...
 
virtual UaNodeId typeDefinitionId () const
 Returns the type definition NodeId for the DataSetFolderType.
 
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 UaStatus AddDataSetFolder (const ServiceContext &serviceContext, const UaString &Name, UaNodeId &DataSetFolderNodeId)=0
 
virtual UaStatus AddPublishedDataItems (const ServiceContext &serviceContext, const UaString &Name, const UaStringArray &FieldNameAliases, const UaUInt16Array &FieldFlags, const UaPublishedVariableDataTypes &VariablesToAdd, UaNodeId &DataSetNodeId, UaConfigurationVersionDataType &ConfigurationVersion, UaStatusCodeArray &AddResults)=0
 
virtual UaStatus AddPublishedDataItemsTemplate (const ServiceContext &serviceContext, const UaString &Name, const UaDataSetMetaDataType &DataSetMetaData, const UaPublishedVariableDataTypes &VariablesToAdd, UaNodeId &DataSetNodeId, UaStatusCodeArray &AddResults)=0
 
virtual UaStatus AddPublishedEvents (const ServiceContext &serviceContext, const UaString &Name, const UaNodeId &EventNotifier, const UaStringArray &FieldNameAliases, const UaUInt16Array &FieldFlags, const UaSimpleAttributeOperands &SelectedFields, const UaContentFilter &Filter, UaConfigurationVersionDataType &ConfigurationVersion, UaNodeId &DataSetNodeId)=0
 
virtual UaStatus AddPublishedEventsTemplate (const ServiceContext &serviceContext, const UaString &Name, const UaDataSetMetaDataType &DataSetMetaData, const UaNodeId &EventNotifier, const UaSimpleAttributeOperands &SelectedFields, const UaContentFilter &Filter, UaNodeId &DataSetNodeId)=0
 
virtual UaStatus RemoveDataSetFolder (const ServiceContext &serviceContext, const UaNodeId &DataSetFolderNodeId)=0
 
virtual UaStatus RemovePublishedDataSet (const ServiceContext &serviceContext, const UaNodeId &DataSetNodeId)=0
 
virtual OpcUa::BaseMethodgetAddDataSetFolder ()
 Returns the AddDataSetFolder node. More...
 
virtual const OpcUa::BaseMethodgetAddDataSetFolder () const
 Returns the AddDataSetFolder node. More...
 
virtual OpcUa::BaseMethodgetAddPublishedDataItems ()
 Returns the AddPublishedDataItems node. More...
 
virtual const OpcUa::BaseMethodgetAddPublishedDataItems () const
 Returns the AddPublishedDataItems node. More...
 
virtual OpcUa::BaseMethodgetAddPublishedDataItemsTemplate ()
 Returns the AddPublishedDataItemsTemplate node. More...
 
virtual const OpcUa::BaseMethodgetAddPublishedDataItemsTemplate () const
 Returns the AddPublishedDataItemsTemplate node. More...
 
virtual OpcUa::BaseMethodgetAddPublishedEvents ()
 Returns the AddPublishedEvents node. More...
 
virtual const OpcUa::BaseMethodgetAddPublishedEvents () const
 Returns the AddPublishedEvents node. More...
 
virtual OpcUa::BaseMethodgetAddPublishedEventsTemplate ()
 Returns the AddPublishedEventsTemplate node. More...
 
virtual const OpcUa::BaseMethodgetAddPublishedEventsTemplate () const
 Returns the AddPublishedEventsTemplate node. More...
 
virtual OpcUa::BaseMethodgetRemoveDataSetFolder ()
 Returns the RemoveDataSetFolder node. More...
 
virtual const OpcUa::BaseMethodgetRemoveDataSetFolder () const
 Returns the RemoveDataSetFolder node. More...
 
virtual OpcUa::BaseMethodgetRemovePublishedDataSet ()
 Returns the RemovePublishedDataSet node. More...
 
virtual const OpcUa::BaseMethodgetRemovePublishedDataSet () const
 Returns the RemovePublishedDataSet node. More...
 
virtual UaStatus addDataSetFolderName_Placeholder (OpcUa::DataSetFolderType *pDataSetFolderName_Placeholder)
 Adds the passed DataSetFolderType node by creating an Organizes reference.
 
virtual UaStatus addPublishedDataSetName_Placeholder (OpcUa::PublishedDataSetType *pPublishedDataSetName_Placeholder)
 Adds the passed PublishedDataSetType node by creating an HasComponent reference.
 
- Public Member Functions inherited from OpcUa::FolderType
 FolderType (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the class FolderType. More...
 
 FolderType (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Construction of the class FolderType. More...
 
 FolderType (UaBase::Object *pBaseNode, XmlUaNodeFactoryManager *pFactory, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an instance of the class FolderType with all components. More...
 
- Public Member Functions inherited from OpcUa::FolderTypeBase
 FolderTypeBase (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an FolderType object using an instance declaration node as base.
 
 FolderTypeBase (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an FolderType object.
 
 FolderTypeBase (UaBase::Object *pBaseNode, XmlUaNodeFactoryManager *pFactory, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an instance of the class FolderTypeBase with all components. More...
 
virtual void useAccessInfoFromType ()
 Applys the NodeAccessInfo set at the FolderTypeBase and its children. More...
 
void useAccessInfoFromInstance (FolderTypeBase *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 OpcUa::FolderType
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 OpcUa::FolderTypeBase
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 ~DataSetFolderTypeBase ()
 Destruction.
 
- Protected Member Functions inherited from OpcUa::FolderType
virtual ~FolderType ()
 Destruction.
 
- Protected Member Functions inherited from OpcUa::FolderTypeBase
virtual ~FolderTypeBase ()
 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 DataSetFolderType.

This class contains the generated base code for the object type DataSetFolderType 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.

Object members of the DataSetFolderType:

Browse Name TypeDefinition Modelling Rule See Also
<DataSetFolderName> DataSetFolderType OptionalPlaceholder  
<PublishedDataSetName> PublishedDataSetType OptionalPlaceholder  

https://reference.opcfoundation.org/v104/Core/docs/Part14/9.1.4/#9.1.4.5.1

See also Doc_OpcUa_DataSetFolderType for a documentation of the complete Information Model.

Constructor & Destructor Documentation

OpcUa::DataSetFolderTypeBase::DataSetFolderTypeBase ( UaBase::Object pBaseNode,
XmlUaNodeFactoryManager pFactory,
NodeManagerConfig pNodeConfig,
UaMutexRefCounted pSharedMutex = NULL 
)

Constructs an instance of the class DataSetFolderTypeBase 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

virtual UaStatus OpcUa::DataSetFolderTypeBase::AddDataSetFolder ( const ServiceContext serviceContext,
const UaString Name,
UaNodeId DataSetFolderNodeId 
)
pure virtual
Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
virtual UaStatus OpcUa::DataSetFolderTypeBase::AddPublishedDataItems ( const ServiceContext serviceContext,
const UaString Name,
const UaStringArray FieldNameAliases,
const UaUInt16Array FieldFlags,
const UaPublishedVariableDataTypes VariablesToAdd,
UaNodeId DataSetNodeId,
UaConfigurationVersionDataType ConfigurationVersion,
UaStatusCodeArray AddResults 
)
pure virtual
Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
virtual UaStatus OpcUa::DataSetFolderTypeBase::AddPublishedDataItemsTemplate ( const ServiceContext serviceContext,
const UaString Name,
const UaDataSetMetaDataType DataSetMetaData,
const UaPublishedVariableDataTypes VariablesToAdd,
UaNodeId DataSetNodeId,
UaStatusCodeArray AddResults 
)
pure virtual
Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
virtual UaStatus OpcUa::DataSetFolderTypeBase::AddPublishedEvents ( const ServiceContext serviceContext,
const UaString Name,
const UaNodeId EventNotifier,
const UaStringArray FieldNameAliases,
const UaUInt16Array FieldFlags,
const UaSimpleAttributeOperands SelectedFields,
const UaContentFilter Filter,
UaConfigurationVersionDataType ConfigurationVersion,
UaNodeId DataSetNodeId 
)
pure virtual
Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
virtual UaStatus OpcUa::DataSetFolderTypeBase::AddPublishedEventsTemplate ( const ServiceContext serviceContext,
const UaString Name,
const UaDataSetMetaDataType DataSetMetaData,
const UaNodeId EventNotifier,
const UaSimpleAttributeOperands SelectedFields,
const UaContentFilter Filter,
UaNodeId DataSetNodeId 
)
pure virtual
Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
UaStatus OpcUa::DataSetFolderTypeBase::beginCall ( MethodManagerCallback pCallback,
const ServiceContext serviceContext,
OpcUa_UInt32  callbackHandle,
MethodHandle pMethodHandle,
const UaVariantArray inputArguments 
)
virtual

Call method of an UA object.

Implementation of the MethodManager interface method beginCall.

Reimplemented from OpcUa::BaseObjectType.

OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddDataSetFolder ( )
virtual

Returns the AddDataSetFolder node.

If the AddDataSetFolder node has not been created yet, this method creates the node and returns it.

const OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddDataSetFolder ( ) const
virtual

Returns the AddDataSetFolder node.

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

OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedDataItems ( )
virtual

Returns the AddPublishedDataItems node.

If the AddPublishedDataItems node has not been created yet, this method creates the node and returns it.

const OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedDataItems ( ) const
virtual

Returns the AddPublishedDataItems node.

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

OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedDataItemsTemplate ( )
virtual

Returns the AddPublishedDataItemsTemplate node.

If the AddPublishedDataItemsTemplate node has not been created yet, this method creates the node and returns it.

const OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedDataItemsTemplate ( ) const
virtual

Returns the AddPublishedDataItemsTemplate node.

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

OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedEvents ( )
virtual

Returns the AddPublishedEvents node.

If the AddPublishedEvents node has not been created yet, this method creates the node and returns it.

const OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedEvents ( ) const
virtual

Returns the AddPublishedEvents node.

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

OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedEventsTemplate ( )
virtual

Returns the AddPublishedEventsTemplate node.

If the AddPublishedEventsTemplate node has not been created yet, this method creates the node and returns it.

const OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getAddPublishedEventsTemplate ( ) const
virtual

Returns the AddPublishedEventsTemplate node.

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

OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getRemoveDataSetFolder ( )
virtual

Returns the RemoveDataSetFolder node.

If the RemoveDataSetFolder node has not been created yet, this method creates the node and returns it.

const OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getRemoveDataSetFolder ( ) const
virtual

Returns the RemoveDataSetFolder node.

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

OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getRemovePublishedDataSet ( )
virtual

Returns the RemovePublishedDataSet node.

If the RemovePublishedDataSet node has not been created yet, this method creates the node and returns it.

const OpcUa::BaseMethod * OpcUa::DataSetFolderTypeBase::getRemovePublishedDataSet ( ) const
virtual

Returns the RemovePublishedDataSet node.

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

virtual UaStatus OpcUa::DataSetFolderTypeBase::RemoveDataSetFolder ( const ServiceContext serviceContext,
const UaNodeId DataSetFolderNodeId 
)
pure virtual
Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
virtual UaStatus OpcUa::DataSetFolderTypeBase::RemovePublishedDataSet ( const ServiceContext serviceContext,
const UaNodeId DataSetNodeId 
)
pure virtual
Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.

Implemented in OpcUa::DataSetFolderType.


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