浏览代码

small simplification

Julius Pfrommer 9 年之前
父节点
当前提交
eecdc7dad2
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/server/ua_nodes.h

+ 1 - 2
src/server/ua_nodes.h

@@ -40,8 +40,7 @@ typedef struct {
                              n = -1: the value is a scalar.
                              n = -2: the value can be a scalar or an array with any number of dimensions.
                              n = -3:  the value can be a scalar or a one dimensional array. */
-    // UA_Int32 arrayDimensionsSize; // taken from the value-variant
-    // UA_UInt32 *arrayDimensions;
+    // Array Dimensions taken from the value-variant
     UA_Byte accessLevel;
     UA_Byte userAccessLevel;
     UA_Double minimumSamplingInterval;