소스 검색

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;