Menu

#167 CIM-XML: No ARRAYSIZE attribute for bounded arrays

open
5
2005-09-07
2005-09-07
No

With both the 1.0.2 and current CVS MOF compilers, when
generating
the CIM-XML files from MOFs, the ARRAYSIZE attribute is
missing from
property declarations that are arrays. For example, in
MOF, the
CIM_Memory class has an array property, ErrorData:

uint8 ErrorData[64];

but in the generated CIM-XML, there is no ARRAYSIZE
attribute
showing the bounds of the array for ErrorData

<PROPERTY.ARRAY CLASSORIGIN="CIM_Memory"
NAME="ErrorData" TYPE="uint8">

Discussion


Log in to post a comment.

MongoDB Logo MongoDB