C++ Based OPC UA Client/Server SDK  1.5.5.355
OpcUa::HistoricalDataConfigurationTypeBase Class Reference

Generated base class for a HistoricalDataConfigurationType. More...

#include <opcua_historicaldataconfigurationtypebase.h>

Inherits OpcUa::BaseObjectType.

Inherited by OpcUa::HistoricalDataConfigurationType.

Public Member Functions

 HistoricalDataConfigurationTypeBase (const UaNodeId &nodeId, UaObject *pInstanceDeclarationObject, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an HistoricalDataConfigurationType object using an instance declaration node as base.
 
 HistoricalDataConfigurationTypeBase (const UaNodeId &nodeId, const UaString &name, OpcUa_UInt16 browseNameNameSpaceIndex, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an HistoricalDataConfigurationType object.
 
 HistoricalDataConfigurationTypeBase (UaBase::Object *pBaseNode, XmlUaNodeFactoryManager *pFactory, NodeManagerConfig *pNodeConfig, UaMutexRefCounted *pSharedMutex=NULL)
 Constructs an instance of the class HistoricalDataConfigurationTypeBase with all components. More...
 
virtual UaNodeId typeDefinitionId () const
 Returns the type definition NodeId for the HistoricalDataConfigurationType.
 
virtual void setDefinition (const UaString &Definition)
 Sets the Definition value. More...
 
virtual UaString getDefinition () const
 Returns the value of Definition. More...
 
virtual void setExceptionDeviation (OpcUa_Double ExceptionDeviation)
 Sets the ExceptionDeviation value. More...
 
virtual OpcUa_Double getExceptionDeviation () const
 Returns the value of ExceptionDeviation. More...
 
virtual void setExceptionDeviationFormat (OpcUa_ExceptionDeviationFormat ExceptionDeviationFormat)
 Sets the ExceptionDeviationFormat value. More...
 
virtual
OpcUa_ExceptionDeviationFormat 
getExceptionDeviationFormat () const
 Returns the value of ExceptionDeviationFormat. More...
 
virtual void setMaxTimeInterval (OpcUa_Double MaxTimeInterval)
 Sets the MaxTimeInterval value. More...
 
virtual OpcUa_Double getMaxTimeInterval () const
 Returns the value of MaxTimeInterval. More...
 
virtual void setMinTimeInterval (OpcUa_Double MinTimeInterval)
 Sets the MinTimeInterval value. More...
 
virtual OpcUa_Double getMinTimeInterval () const
 Returns the value of MinTimeInterval. More...
 
virtual void setStartOfArchive (const UaDateTime &StartOfArchive)
 Sets the StartOfArchive value. More...
 
virtual UaDateTime getStartOfArchive () const
 Returns the value of StartOfArchive. More...
 
virtual void setStartOfOnlineArchive (const UaDateTime &StartOfOnlineArchive)
 Sets the StartOfOnlineArchive value. More...
 
virtual UaDateTime getStartOfOnlineArchive () const
 Returns the value of StartOfOnlineArchive. More...
 
virtual void setStepped (OpcUa_Boolean Stepped)
 Sets the Stepped value.
 
virtual OpcUa_Boolean getStepped () const
 Returns the value of Stepped.
 
virtual
OpcUa::AggregateConfigurationType
getAggregateConfiguration ()
 Returns the AggregateConfiguration node.
 
virtual OpcUa::FolderTypegetAggregateFunctions ()
 Returns the AggregateFunctions node. More...
 
virtual OpcUa::PropertyTypegetDefinitionNode ()
 Returns the Definition node. More...
 
virtual OpcUa::PropertyTypegetExceptionDeviationNode ()
 Returns the ExceptionDeviation node. More...
 
virtual OpcUa::PropertyTypegetExceptionDeviationFormatNode ()
 Returns the ExceptionDeviationFormat node. More...
 
virtual OpcUa::PropertyTypegetMaxTimeIntervalNode ()
 Returns the MaxTimeInterval node. More...
 
virtual OpcUa::PropertyTypegetMinTimeIntervalNode ()
 Returns the MinTimeInterval node. More...
 
virtual OpcUa::PropertyTypegetStartOfArchiveNode ()
 Returns the StartOfArchive node. More...
 
virtual OpcUa::PropertyTypegetStartOfOnlineArchiveNode ()
 Returns the StartOfOnlineArchive node. More...
 
virtual OpcUa::PropertyTypegetSteppedNode ()
 Returns the Stepped node.
 
virtual void useAccessInfoFromType ()
 Applys the NodeAccessInfo set at the HistoricalDataConfigurationTypeBase and its children. More...
 
void useAccessInfoFromInstance (HistoricalDataConfigurationTypeBase *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, OpcUa_Boolean checkWriteMask)
 Sets the value of an attribute of the Node. More...
 
virtual UaStatus beginCall (MethodManagerCallback *pCallback, const ServiceContext &serviceContext, OpcUa_UInt32 callbackHandle, MethodHandle *pMethodHandle, const UaVariantArray &inputArguments)
 Implementation of the MethodManager interface method beginCall.
 
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.
 
- Public Member Functions inherited from MethodManager
 MethodManager ()
 construction
 
virtual ~MethodManager ()
 destruction
 
- Public Member Functions inherited from UaObject
 UaObject ()
 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, UaDataValue &uaDataValue)
 Gets the value of an attribute of the Node. More...
 
- Public Member Functions inherited from UaNode
 UaNode ()
 Construction of the UaNode. More...
 
virtual UaNodeId getKey () const
 Get the key of the node used for the hash table. More...
 
const NodeAccessInfogetAccessInfo () const
 Returns the access info for this node. More...
 
void useAccessInfoFrom (const UaNode *pOther)
 Set the NodeAccessInfo from another node to this node. More...
 
void setAccessInfo (NodeAccessInfo *pAccessInfo)
 Set the NodeAccessInfo for this node. More...
 
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::BaseObjectType
static void clearStaticMembers ()
 Clear the static members of the class.
 

Protected Member Functions

virtual ~HistoricalDataConfigurationTypeBase ()
 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
 

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 HistoricalDataConfigurationType.

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

Browse Name TypeDefinition Modelling Rule See Also
AggregateConfiguration AggregateConfigurationType Mandatory getAggregateConfiguration
AggregateFunctions FolderType Optional getAggregateFunctions

Variable members of the HistoricalDataConfigurationType:

Browse Name DataType TypeDefinition Modelling Rule See Also
Definition String PropertyType Optional getDefinition, setDefinition
ExceptionDeviation Double PropertyType Optional getExceptionDeviation, setExceptionDeviation
ExceptionDeviationFormat ExceptionDeviationFormat PropertyType Optional getExceptionDeviationFormat, setExceptionDeviationFormat
MaxTimeInterval Duration PropertyType Optional getMaxTimeInterval, setMaxTimeInterval
MinTimeInterval Duration PropertyType Optional getMinTimeInterval, setMinTimeInterval
StartOfArchive UtcTime PropertyType Optional getStartOfArchive, setStartOfArchive
StartOfOnlineArchive UtcTime PropertyType Optional getStartOfOnlineArchive, setStartOfOnlineArchive
Stepped Boolean PropertyType Mandatory getStepped, setStepped

Constructor & Destructor Documentation

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

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

OpcUa::FolderType * OpcUa::HistoricalDataConfigurationTypeBase::getAggregateFunctions ( )
virtual

Returns the AggregateFunctions node.

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

UaString OpcUa::HistoricalDataConfigurationTypeBase::getDefinition ( ) const
virtual

Returns the value of Definition.

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

OpcUa::PropertyType * OpcUa::HistoricalDataConfigurationTypeBase::getDefinitionNode ( )
virtual

Returns the Definition node.

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

OpcUa_Double OpcUa::HistoricalDataConfigurationTypeBase::getExceptionDeviation ( ) const
virtual

Returns the value of ExceptionDeviation.

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

OpcUa_ExceptionDeviationFormat OpcUa::HistoricalDataConfigurationTypeBase::getExceptionDeviationFormat ( ) const
virtual

Returns the value of ExceptionDeviationFormat.

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

OpcUa::PropertyType * OpcUa::HistoricalDataConfigurationTypeBase::getExceptionDeviationFormatNode ( )
virtual

Returns the ExceptionDeviationFormat node.

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

OpcUa::PropertyType * OpcUa::HistoricalDataConfigurationTypeBase::getExceptionDeviationNode ( )
virtual

Returns the ExceptionDeviation node.

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

OpcUa_Double OpcUa::HistoricalDataConfigurationTypeBase::getMaxTimeInterval ( ) const
virtual

Returns the value of MaxTimeInterval.

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

OpcUa::PropertyType * OpcUa::HistoricalDataConfigurationTypeBase::getMaxTimeIntervalNode ( )
virtual

Returns the MaxTimeInterval node.

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

OpcUa_Double OpcUa::HistoricalDataConfigurationTypeBase::getMinTimeInterval ( ) const
virtual

Returns the value of MinTimeInterval.

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

OpcUa::PropertyType * OpcUa::HistoricalDataConfigurationTypeBase::getMinTimeIntervalNode ( )
virtual

Returns the MinTimeInterval node.

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

UaDateTime OpcUa::HistoricalDataConfigurationTypeBase::getStartOfArchive ( ) const
virtual

Returns the value of StartOfArchive.

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

OpcUa::PropertyType * OpcUa::HistoricalDataConfigurationTypeBase::getStartOfArchiveNode ( )
virtual

Returns the StartOfArchive node.

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

UaDateTime OpcUa::HistoricalDataConfigurationTypeBase::getStartOfOnlineArchive ( ) const
virtual

Returns the value of StartOfOnlineArchive.

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

OpcUa::PropertyType * OpcUa::HistoricalDataConfigurationTypeBase::getStartOfOnlineArchiveNode ( )
virtual

Returns the StartOfOnlineArchive node.

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

void OpcUa::HistoricalDataConfigurationTypeBase::setDefinition ( const UaString Definition)
virtual

Sets the Definition value.

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

void OpcUa::HistoricalDataConfigurationTypeBase::setExceptionDeviation ( OpcUa_Double  ExceptionDeviation)
virtual

Sets the ExceptionDeviation value.

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

void OpcUa::HistoricalDataConfigurationTypeBase::setExceptionDeviationFormat ( OpcUa_ExceptionDeviationFormat  ExceptionDeviationFormat)
virtual

Sets the ExceptionDeviationFormat value.

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

void OpcUa::HistoricalDataConfigurationTypeBase::setMaxTimeInterval ( OpcUa_Double  MaxTimeInterval)
virtual

Sets the MaxTimeInterval value.

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

void OpcUa::HistoricalDataConfigurationTypeBase::setMinTimeInterval ( OpcUa_Double  MinTimeInterval)
virtual

Sets the MinTimeInterval value.

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

void OpcUa::HistoricalDataConfigurationTypeBase::setStartOfArchive ( const UaDateTime StartOfArchive)
virtual

Sets the StartOfArchive value.

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

void OpcUa::HistoricalDataConfigurationTypeBase::setStartOfOnlineArchive ( const UaDateTime StartOfOnlineArchive)
virtual

Sets the StartOfOnlineArchive value.

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

void OpcUa::HistoricalDataConfigurationTypeBase::useAccessInfoFromInstance ( HistoricalDataConfigurationTypeBase pOther)

Uses the NodeAccessInfo of pOther and its children.

void OpcUa::HistoricalDataConfigurationTypeBase::useAccessInfoFromType ( )
virtual

Applys the NodeAccessInfo set at the HistoricalDataConfigurationTypeBase and its children.

Reimplemented from OpcUa::BaseObjectType.


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