- changed static model generator to deal with new DataSetEntry structure

This commit is contained in:
Michael Zillgith 2015-01-20 10:25:02 +01:00
parent 8cfb9d99a0
commit ad090f707e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1007,7 +1007,7 @@ public class StaticModelGenerator {
mmsVariableName += "$" + toMmsString(fcda.getDaName());
// TODO implement index processing!
cOut.println(" false,");
cOut.println(" \"" + mmsVariableName + "\",");
cOut.println(" -1,");
cOut.println(" NULL,");