High Performance OPC UA Server SDK  1.2.0.193
ua_axisscaleenumeration

Identifies on which type of axis the data shall be displayed. More...

Enumerations

enum  ua_axisscaleenumeration { UA_AXISSCALEENUMERATION_LINEAR = 0, UA_AXISSCALEENUMERATION_LOG = 1, UA_AXISSCALEENUMERATION_LN = 2, UA_AXISSCALEENUMERATION_MAX_ENUM_VALUE = INT32_MAX }
 Identifies on which type of axis the data shall be displayed. More...
 

Functions

const char * ua_axisscaleenumeration_to_string (enum ua_axisscaleenumeration axisscaleenumeration)
 

Detailed Description

Identifies on which type of axis the data shall be displayed.

Enumeration Type Documentation

Identifies on which type of axis the data shall be displayed.

Enumerator
UA_AXISSCALEENUMERATION_LINEAR 

Linear Scale.

UA_AXISSCALEENUMERATION_LOG 

Log base 10 scale.

UA_AXISSCALEENUMERATION_LN 

Log base e scale.