This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 81ad919  Site checkin for project PLC4X: Jenkins Tools
81ad919 is described below

commit 81ad91951dcbbfd5b4090da9455b2092b6bc6d89
Author: jenkins <[email protected]>
AuthorDate: Sun Nov 28 02:10:43 2021 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 developers/code-gen/protocol/df1.html   | 6 +++---
 developers/code-gen/protocol/mspec.html | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/developers/code-gen/protocol/df1.html 
b/developers/code-gen/protocol/df1.html
index 880eaea..9b8e913 100644
--- a/developers/code-gen/protocol/df1.html
+++ b/developers/code-gen/protocol/df1.html
@@ -370,15 +370,15 @@ DLE + ETX mark the end of the message, the last two bytes 
are the CRC that is ca
 <div class="literalblock">
 <div class="content">
 <pre>[discriminatedType DF1Symbol
-    [const            uint 8       messageStart '0x10']
+    [const            uint 8       messageStart 0x10]
     [discriminator    uint 8       symbolType]
     [typeSwitch 'symbolType'
         ['0x02' DF1SymbolMessageFrame
             [simple   uint 8       destinationAddress]
             [simple   uint 8       sourceAddress]
             [simple   DF1Command   command]
-            [const    uint 8       messageEnd '0x10']
-            [const    uint 8       endTransaction '0x03']
+            [const    uint 8       messageEnd 0x10]
+            [const    uint 8       endTransaction 0x03]
             [checksum uint 16      'crc' 
'STATIC_CALL("org.apache.plc4x.java.df1.readwrite.utils.StaticHelper.crcCheck", 
destinationAddress, sourceAddress, command)']
         ]
         ['0x06' DF1SymbolMessageFrameACK
diff --git a/developers/code-gen/protocol/mspec.html 
b/developers/code-gen/protocol/mspec.html
index 5de168d..1e0fe6d 100644
--- a/developers/code-gen/protocol/mspec.html
+++ b/developers/code-gen/protocol/mspec.html
@@ -247,7 +247,7 @@
 <div class="literalblock">
 <div class="content">
 <pre>[type TPKTPacket
-    [const    uint 8     protocolId '0x03']
+    [const    uint 8     protocolId 0x03]
     [reserved uint 8     '0x00']
     [implicit uint 16    len        'payload.lengthInBytes + 4']
     [field    COTPPacket 'payload']
@@ -266,7 +266,7 @@
 <div class="literalblock">
 <div class="content">
 <pre>[discriminatedType S7Message
-    [const         uint 8  protocolId      '0x32']
+    [const         uint 8  protocolId      0x32]
     [discriminator uint 8  messageType]
     [reserved      uint 16 '0x0000']
     [field         uint 16 'tpduReference']
@@ -462,7 +462,7 @@ If they don&#8217;t match an exception is thrown.</p>
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>[const {simple-type} {size} '{name}' '{reference}']</pre>
+<pre>[const {simple-type} {size} '{name}' {reference}]</pre>
 </div>
 </div>
 <div class="paragraph">

Reply via email to