- static model generator: set data attribute name to NULL for array elements (LIB61850-240)

v1.6_develop_rgoose_sntp
Michael Zillgith 3 years ago
parent 82e52881f9
commit 9e1a9a63ba

@ -844,7 +844,7 @@ public class StaticModelGenerator {
cOut.println("DataAttribute " + arrayElementdaName + " = {");
cOut.println(" DataAttributeModelType,");
cOut.println(" \"" + dataAttribute.getName() + "\",");
cOut.println(" NULL,");
cOut.println(" (ModelNode*) &" + daName + ",");
if (idx != dataAttribute.getCount() - 1) {

Loading…
Cancel
Save