- changed static model generator to deal with new DataSetEntry structure
This commit is contained in:
parent
8cfb9d99a0
commit
ad090f707e
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -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,");
|
||||
|
|
Loading…
Add table
Reference in a new issue