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

cdutz pushed a change to branch feature/c-api
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from e4eb2bc  - Made the read operations also have a response-code for 
every item.
     new 332f40c  add plc4c_data type
     new 0f35c35  Merge branch 'feature/c-api' into plc4c_data
     new 26edc06  Merge pull request #147 from ottobackwards/plc4c_data

The 2910 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:
 sandbox/plc4c/api/include/plc4c/data.h             | 141 +++++++++++++++++++
 sandbox/plc4c/api/include/plc4c/plc4c.h            |   1 +
 sandbox/plc4c/api/include/plc4c/types.h            |  19 +++
 .../plc4c/drivers/simulated/src/driver_simulated.c |  10 +-
 .../plc4c/examples/hello-world/src/hello_world.c   |   6 +-
 .../plc4c/spi/include/plc4c/spi/types_private.h    |  23 +++-
 sandbox/plc4c/spi/src/data.c                       | 153 +++++++++++++++++++++
 7 files changed, 344 insertions(+), 9 deletions(-)
 create mode 100644 sandbox/plc4c/api/include/plc4c/data.h
 create mode 100644 sandbox/plc4c/spi/src/data.c

Reply via email to