You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in config_file_parser.c, the variable indentation is set to 4 after parsing lines starting with "GC", which only handles GSEControls with a physical address. This causes the parser to fail when encountering a GSEControl without a physical address.
Same for SampledValueControl.
There are two scenarios when generating a config file from CID using genconfig.jar: one with a GSEControl that has a physical address and one without.
genconfig.jar
code:Generated result:
However, in
config_file_parser.c
, the variableindentation
is set to4
after parsing lines starting with "GC", which only handles GSEControls with a physical address. This causes the parser to fail when encountering a GSEControl without a physical address.Same for SampledValueControl.
config_file_parser.c
codeThe text was updated successfully, but these errors were encountered: