hutcheb commented on a change in pull request #230:
URL: https://github.com/apache/plc4x/pull/230#discussion_r603093845



##########
File path: 
build-utils/language-c/src/main/resources/templates/c/pojo-template-c.ftlh
##########
@@ -221,7 +227,7 @@ plc4c_return_code 
${helper.getCTypeName(type.name)}_parse(plc4c_spi_read_buffer*
 <#if indentContent>  </#if>  // Checksum Field (${checksumField.name})
 <#if indentContent>  </#if>  {
 <#if indentContent>  </#if>    // Create an array of all the bytes read in 
this message element so far.
-<#if indentContent>  </#if>    byte[] checksumRawData = 
plc4c_spi_read_get_bytes(io, startPos, plc4c_spi_read_get_pos(io));
+<#if indentContent>  </#if>    //unsigned char checksumRawData[] = 
plc4c_spi_read_get_bytes(io, startPos, plc4c_spi_read_get_pos(io));

Review comment:
       The checksum field stuff isn't supported in C yet, there is more to fix 
bit it was just something I saw.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to