UA Server SDK C++ Bundle  1.3.2.200
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
UA Base Library Classes

This module contains all C++ classes for the OPC UA Base Library. More...

Data Structures

class  UaStatusCode
 The class encapsulated OPC UA status codes and conversions from ant to Classic OPC codes. More...
class  UaStatus
 UaStatus. More...
class  UaDiagnosticInfo
 UaDiagnosticInfo. More...
class  UaAnnotation
 Wrapper class for the UA stack structure OpcUa_Annotation. More...
class  UaArgument
 Wrapper class for the UA stack structure OpcUa_Argument. More...
class  UaByteArray
 The UaByteArray handles the access to an array of bytes. More...
class  UaByteString
 Wrapper class for the UA stack structure OpcUa_ByteString. More...
class  UaChar
 Helper class for modifying UaChar elements. More...
class  UaDataValue
 Wrapper class for the UA stack structure OpcUa_DataValue. More...
class  UaDateTime
 Wrapper class for the UA stack structure OpcUa_DateTime. More...
class  UaBuildInfo
 Wrapper class for the UA stack structure OpcUa_BuildInfo. More...
class  UaServerStatusDataType
 Wrapper class for the UA stack structure OpcUa_ServerStatusDataType. More...
class  UaRedundantServerDataType
 Wrapper class for the UA stack structure OpcUa_RedundantServerDataType. More...
class  UaEUInformation
 Wrapper class for the UA stack structure OpcUa_EUInformation. More...
class  UaEventFilter
 Wrapper class for the OPC UA EventFilter structure. More...
class  UaEventFilterResult
 Wrapper class for EventFilterResult. More...
class  UaExpandedNodeId
 Wrapper class for the UA stack structure OpcUa_ExpandedNodeId. More...
class  UaGuid
 Wrapper class for the UA stack structure OpcUa_Guid. More...
class  UaLocalizedText
 Wrapper class for the UA stack structure OpcUa_LocalizedText. More...
class  UaModelChangeStructureDataType
 Wrapper classs for the ua stack structure OpcUa_ModelChangeStructureDataType. More...
class  UaMutex
 The UaMutex class provides access serialization between threads. More...
class  UaNetworkBrowseResult
 Browse result class for navigating through the network. More...
class  UaNetworkBrowser
 Platform independent class for navigating through the network. More...
class  UaObjectAttributes
 Wrapper class for the UA stack structure OpcUa_ObjectAttributes. More...
class  UaVariableAttributes
 Wrapper class for the UA stack structure OpcUa_VariableAttributes. More...
class  UaMethodAttributes
 Wrapper class for the UA stack structure OpcUa_MethodAttributes. More...
class  UaObjectTypeAttributes
 Wrapper class for the UA stack structure OpcUa_ObjectTypeAttributes. More...
class  UaVariableTypeAttributes
 Wrapper class for the UA stack structure OpcUa_VariableTypeAttributes. More...
class  UaReferenceTypeAttributes
 Wrapper class for the UA stack structure OpcUa_ReferenceTypeAttributes. More...
class  UaDataTypeAttributes
 Wrapper class for the UA stack structure OpcUa_DataTypeAttributes. More...
class  UaViewAttributes
 Wrapper class for the UA stack structure OpcUa_ViewAttributes. More...
class  UaNodeId
 This class encapsulates the native OpcUa_NodeId structure and handles memory allocation and cleanup for you. More...
class  UaNumericRange
 Helper class for NumericRange handling. More...
class  UaPkiProvider
 Wrapper class for a PKI provider. More...
class  UaPkiProviderNoSecurity
 Wrapper class for no security PKI provider. More...
class  UaPlatformLayer
 Platform layer handling class. More...
class  UaQualifiedName
 Wrapper class for the UA stack structure OpcUa_QualifiedName. More...
class  UaRange
 Wrapper class for the UA stack structure OpcUa_Range. More...
class  UaSemaphore
 Semaphore class is used to allow threads to synchronize access to a resource. More...
class  UaSettings
 The UaSettings class provides persistent platform-independent application settings. More...
class  UaSettingsSection
 The UaSettingsSection class provides persistent platform-independent application settings. More...
class  UaString
 This class encapsulates the native OpcUa_String structure and handles memory allocation and cleanup for you. More...
class  UaThread
 Platform independent class for thread creation. More...
class  UaThreadPoolJob
 UaThreadPoolJob It is not possible to create plane copies of this Class. More...
class  UaThreadPool
 UaThreadPool This class manages and recycles individual UaThread objects to help reduce thread creation costs in programs that use threads. More...
class  UaTrace
 A class used for trace outputs (error, information,...). More...
class  UaVariant
 UaVariant. More...
class  UaVariantException
 UaVariantException The UaVariantException class provides a base class for exceptions that can transferred across variants. More...

Typedefs

typedef UaObjectArray< UaVariantUaVariantObjects
 A template definition for arrays of UaVariantObjects.

Detailed Description

This module contains all C++ classes for the OPC UA Base Library.