This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git.
from 4e913f8 - Tried to get the syntax right
add 19c0977 - Renamed the ArrayField and ManualArrayFields "lengthType"
and "lengthExpression" to "loopType" and "loopExpression" because the
ManualArrayField needed a "lengthExpression" - Implemented the code-generation
for "manual" and "manualArray" types
add b0397cb - Changed the driver to initialize the buffer with the
correct size.
new 356e194 Merge branches 'develop' and 'feature/implement-df1-driver'
of https://gitbox.apache.org/repos/asf/plc4x into develop
new b9b53bb - Continued working on the Jenkinsfile
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Jenkinsfile | 4 +-
.../language/java/JavaLanguageTemplateHelper.java | 20 +++-
.../main/resources/templates/java/io-template.ftlh | 132 +++++++++++++++------
.../resources/templates/java/pojo-template.ftlh | 16 +--
.../plugins/codegenerator/language/mspec/MSpec.g4 | 6 +-
.../mspec/model/fields/DefaultArrayField.java | 18 +--
.../model/fields/DefaultManualArrayField.java | 24 ++--
.../mspec/parser/MessageFormatListener.java | 21 ++--
.../df1/src/main/resources/protocols/df1/df1.mspec | 2 +-
sandbox/test-java-df1-driver/pom.xml | 5 -
.../plc4x/java/df1/protocol/Df1Protocol.java | 3 +-
.../org/apache/plc4x/java/df1/util/DF1Utils.java | 39 ++++++
.../src/test/resources/testsuite/Df1Testsuite.xml | 20 ++++
13 files changed, 218 insertions(+), 92 deletions(-)