|
|
@ -223,7 +223,6 @@ struct sDataAttribute {
|
|
|
|
ModelNode* firstChild;
|
|
|
|
ModelNode* firstChild;
|
|
|
|
|
|
|
|
|
|
|
|
int elementCount; /* > 0 if this is an array */
|
|
|
|
int elementCount; /* > 0 if this is an array */
|
|
|
|
int index;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FunctionalConstraint fc;
|
|
|
|
FunctionalConstraint fc;
|
|
|
|
DataAttributeType type;
|
|
|
|
DataAttributeType type;
|
|
|
@ -233,6 +232,8 @@ struct sDataAttribute {
|
|
|
|
MmsValue* mmsValue;
|
|
|
|
MmsValue* mmsValue;
|
|
|
|
|
|
|
|
|
|
|
|
uint32_t sAddr;
|
|
|
|
uint32_t sAddr;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int index;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct sDataSetEntry {
|
|
|
|
typedef struct sDataSetEntry {
|
|
|
|