C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUaDi Namespace Reference

Namespace for the UA information model http://opcfoundation.org/UA/DI/. More...

Classes

class  BlockType
 Class implementing the UaObject interface for the BlockType. More...
 
class  BlockTypeBase
 Generated base class for a BlockType. More...
 
class  CheckFunctionAlarmType
 Class implementing the UaObject interface for the CheckFunctionAlarmType. More...
 
class  CheckFunctionAlarmTypeBase
 Generated base class for a CheckFunctionAlarmType. More...
 
class  CheckFunctionAlarmTypeData
 Generated event data class for a CheckFunctionAlarmType. More...
 
class  ComponentType
 Class implementing the UaObject interface for the ComponentType. More...
 
class  ComponentTypeBase
 Generated base class for a ComponentType. More...
 
class  ConfigurableObjectType
 Class implementing the UaObject interface for the ConfigurableObjectType. More...
 
class  ConfigurableObjectTypeBase
 Generated base class for a ConfigurableObjectType. More...
 
class  ConnectionPointType
 Class implementing the UaObject interface for the ConnectionPointType. More...
 
class  ConnectionPointTypeBase
 Generated base class for a ConnectionPointType. More...
 
class  DataTypes
 Class used to handle data type registration. More...
 
class  DeviceHealthDiagnosticAlarmType
 Class implementing the UaObject interface for the DeviceHealthDiagnosticAlarmType. More...
 
class  DeviceHealthDiagnosticAlarmTypeBase
 Generated base class for a DeviceHealthDiagnosticAlarmType. More...
 
class  DeviceHealthDiagnosticAlarmTypeData
 Generated event data class for a DeviceHealthDiagnosticAlarmType. More...
 
class  DeviceType
 Class implementing the UaObject interface for the DeviceType. More...
 
class  DeviceTypeBase
 Generated base class for a DeviceType. More...
 
class  FailureAlarmType
 Class implementing the UaObject interface for the FailureAlarmType. More...
 
class  FailureAlarmTypeBase
 Generated base class for a FailureAlarmType. More...
 
class  FailureAlarmTypeData
 Generated event data class for a FailureAlarmType. More...
 
class  FetchResultDataType
 Wrapper class for the UA stack structure OpcUaDi_FetchResultDataType. More...
 
class  FunctionalGroupType
 Class implementing the UaObject interface for the FunctionalGroupType. More...
 
class  FunctionalGroupTypeBase
 Generated base class for a FunctionalGroupType. More...
 
class  IDeviceHealthType
 Class implementing the UaObject interface for the IDeviceHealthType. More...
 
class  IDeviceHealthTypeBase
 Generated base class for a IDeviceHealthType. More...
 
class  ISupportInfoType
 Class implementing the UaObject interface for the ISupportInfoType. More...
 
class  ISupportInfoTypeBase
 Generated base class for a ISupportInfoType. More...
 
class  ITagNameplateType
 Class implementing the UaObject interface for the ITagNameplateType. More...
 
class  ITagNameplateTypeBase
 Generated base class for a ITagNameplateType. More...
 
class  IVendorNameplateType
 Class implementing the UaObject interface for the IVendorNameplateType. More...
 
class  IVendorNameplateTypeBase
 Generated base class for a IVendorNameplateType. More...
 
class  LockingServicesCallback
 Callback interface used to implement the LockingServices interface in the user application. More...
 
class  LockingServicesType
 Class implementing the UaObject interface for the LockingServicesType. More...
 
class  LockingServicesTypeBase
 Generated base class for a LockingServicesType. More...
 
class  MaintenanceRequiredAlarmType
 Class implementing the UaObject interface for the MaintenanceRequiredAlarmType. More...
 
class  MaintenanceRequiredAlarmTypeBase
 Generated base class for a MaintenanceRequiredAlarmType. More...
 
class  MaintenanceRequiredAlarmTypeData
 Generated event data class for a MaintenanceRequiredAlarmType. More...
 
class  NetworkType
 Class implementing the UaObject interface for the NetworkType. More...
 
class  NetworkTypeBase
 Generated base class for a NetworkType. More...
 
class  NodeManagerDevices
 NodeManager for Devices information model. More...
 
class  NodeManagerDevicesBase
 Generated base class for NodeManager for Devices information model. More...
 
class  OffSpecAlarmType
 Class implementing the UaObject interface for the OffSpecAlarmType. More...
 
class  OffSpecAlarmTypeBase
 Generated base class for a OffSpecAlarmType. More...
 
class  OffSpecAlarmTypeData
 Generated event data class for a OffSpecAlarmType. More...
 
class  ParameterResultDataType
 Wrapper class for the UA stack structure OpcUaDi_ParameterResultDataType. More...
 
class  ProtocolType
 Class implementing the UaObject interface for the ProtocolType. More...
 
class  ProtocolTypeBase
 Generated base class for a ProtocolType. More...
 
class  SoftwareType
 Class implementing the UaObject interface for the SoftwareType. More...
 
class  SoftwareTypeBase
 Generated base class for a SoftwareType. More...
 
class  TopologyElementType
 Class implementing the UaObject interface for the TopologyElementType. More...
 
class  TopologyElementTypeBase
 Generated base class for a TopologyElementType. More...
 
class  TransferResultDataDataType
 Wrapper class for the UA stack structure OpcUaDi_TransferResultDataDataType. More...
 
class  TransferResultErrorDataType
 Wrapper class for the UA stack structure OpcUaDi_TransferResultErrorDataType. More...
 
class  TransferServicesCallback
 Callback interface used to implement the TransferServices interface in the user application. More...
 
class  TransferServicesType
 Class implementing the UaObject interface for the TransferServicesType. More...
 
class  TransferServicesTypeBase
 Generated base class for a TransferServicesType. More...
 
class  UIElementType
 Implements OPC UA Variables of the type UIElementType. More...
 

Enumerations

enum  DeviceHealthEnumeration {
  DeviceHealthEnumeration_NORMAL = 0, DeviceHealthEnumeration_FAILURE = 1, DeviceHealthEnumeration_CHECK_FUNCTION = 2, DeviceHealthEnumeration_OFF_SPEC = 3,
  DeviceHealthEnumeration_MAINTENANCE_REQUIRED = 4
}
 

Detailed Description

Namespace for the UA information model http://opcfoundation.org/UA/DI/.

Enumeration Type Documentation

Enumerator
DeviceHealthEnumeration_NORMAL 

This device functions normally.

DeviceHealthEnumeration_FAILURE 

Malfunction of the device or any of its peripherals.

DeviceHealthEnumeration_CHECK_FUNCTION 

Functional checks are currently performed.

DeviceHealthEnumeration_OFF_SPEC 

The device is currently working outside of its specified range or that internal diagnoses indicate deviations from measured or set values.

DeviceHealthEnumeration_MAINTENANCE_REQUIRED 

This element is working, but a maintenance operation is required.