[GitHub] [plc4x-build-tools] splatch opened a new pull request #3: [WIP] PLC4X-193 Support for little endian types in build tools.

2020-04-10 Thread GitBox
splatch opened a new pull request #3: [WIP] PLC4X-193 Support for little endian types in build tools. URL: https://github.com/apache/plc4x-build-tools/pull/3 This is work in progress. This is an automated message from the

[jira] [Created] (PLC4X-193) Provide option to host little endian fields in mspec

2020-04-10 Thread Jira
Łukasz Dywicki created PLC4X-193: Summary: Provide option to host little endian fields in mspec Key: PLC4X-193 URL: https://issues.apache.org/jira/browse/PLC4X-193 Project: Apache PLC4X

Re: Big and littleendian fields in one mspec

2020-04-10 Thread Łukasz Dywicki
I've made some progress with topic by modyfing mspec and allowing 'little endian' flag on fields. This moved me further to next issue - which is whole type encoded little endian. In ADS driver such type is State, which has 2 bytes and uses 8 bits for various flags. There are two cases which

Big and littleendian fields in one mspec

2020-04-10 Thread Łukasz Dywicki
I am doing some tests of ADS serialization. I've run into some troubles with payload which is generated with new driver. I'm not sure if that's my fault or generated code. I did a verification of what Wireshark shows and how ads structures are parsed. There is a gap I think. For example ams port

[jira] [Created] (PLC4X-191) Port ADS driver logic to generated driver

2020-04-10 Thread Jira
Łukasz Dywicki created PLC4X-191: Summary: Port ADS driver logic to generated driver Key: PLC4X-191 URL: https://issues.apache.org/jira/browse/PLC4X-191 Project: Apache PLC4X Issue Type: