High Performance OPC UA Server SDK  1.1.0.158
ua_redundancysupport

Defines the redundancy support of the Server. More...

Enumerations

enum  ua_redundancysupport {
  UA_REDUNDANCYSUPPORT_NONE = 0, UA_REDUNDANCYSUPPORT_COLD = 1, UA_REDUNDANCYSUPPORT_WARM = 2, UA_REDUNDANCYSUPPORT_HOT = 3,
  UA_REDUNDANCYSUPPORT_TRANSPARENT = 4, UA_REDUNDANCYSUPPORT_HOTANDMIRRORED = 5, UA_REDUNDANCYSUPPORT_MAX_ENUM_VALUE = INT32_MAX
}
 Defines the redundancy support of the Server. More...
 

Functions

const char * ua_redundancysupport_to_string (enum ua_redundancysupport redundancysupport)
 

Detailed Description

Defines the redundancy support of the Server.

Enumeration Type Documentation

Defines the redundancy support of the Server.

Enumerator
UA_REDUNDANCYSUPPORT_NONE 

There is no redundancy support.

UA_REDUNDANCYSUPPORT_COLD 

The server supports cold redundancy as defined in Part 4 of the OPC UA Specification.

UA_REDUNDANCYSUPPORT_WARM 

The server supports warm redundancy as defined in Part 4 of the OPC UA Specification.

UA_REDUNDANCYSUPPORT_HOT 

The server supports hot redundancy as defined in Part 4 of the OPC UA Specification.

UA_REDUNDANCYSUPPORT_TRANSPARENT 

The server supports transparent redundancy as defined in Part 4 of the OPC UA Specification.

UA_REDUNDANCYSUPPORT_HOTANDMIRRORED 

The server supports HotAndMirrored redundancy as defined in Part 4 of the OPC UA Specification.