-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plc4py): Code Gen Update (#1199) - Incremental update to python
* feat(plc4y): Still getting the static parse code working * feat(plc4y): Start looking at testing generated code * feat(plc4y): Sorting out code gen issues * chore(plc4py): Update the generated code * chore(plc4py): Start writing modbus logic :) * chore(plc4py): Start writing modbus logic :) * chore(plc4py): Renamed Field -> Tag, fixed up tag handlers * chore(plc4py): Fixed build wrong import was used re.Pattern instead of typing.Pattern * chore(plc4py): Fixed Enums and working on DataIO template * chore(plc4py): Update the PlcValues and Data IO template * chore(plc4j): Accidentally pushed a change to the Java driver * fix(plc4py): Fix parsing of Enums * fix(plc4py): Fix license classifier to match a pypi classifier
- Loading branch information
Showing
89 changed files
with
4,818 additions
and
3,481 deletions.
There are no files selected for viewing
116 changes: 67 additions & 49 deletions
116
...e-python/src/main/java/org/apache/plc4x/language/python/PythonLanguageTemplateHelper.java
Large diffs are not rendered by default.
Oops, something went wrong.
217 changes: 106 additions & 111 deletions
217
...ion/language-python/src/main/resources/templates/python/complex-type-template.python.ftlh
Large diffs are not rendered by default.
Oops, something went wrong.
124 changes: 70 additions & 54 deletions
124
...neration/language-python/src/main/resources/templates/python/data-io-template.python.ftlh
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.