Skip to content

Commit

Permalink
feat(bacnet): introduce enums for MaxSegmentsAccepted and MaxApduLeng…
Browse files Browse the repository at this point in the history
…thAccepted
  • Loading branch information
sruehl committed Apr 21, 2022
1 parent eb44b31 commit 8024e07
Show file tree
Hide file tree
Showing 7 changed files with 819 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
import org.apache.plc4x.plugins.codegenerator.language.mspec.MSpecParser;
import org.apache.plc4x.plugins.codegenerator.protocol.TypeContext;
import org.apache.plc4x.plugins.codegenerator.types.definitions.TypeDefinition;
import org.apache.plc4x.plugins.codegenerator.types.exceptions.GenerationException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
Expand Down
232 changes: 174 additions & 58 deletions plc4go/assets/testing/protocols/bacnet/ParserSerializerTestsuite.xml

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8024e07

Please sign in to comment.