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

ldywicki pushed a change to branch opc-ua-events
in repository https://gitbox.apache.org/repos/asf/plc4x.git


 discard 96c0ffacfa Checkin of generated contents.
 discard 1df206e63c Tweak opcua xslt a little bit.
 discard 261881a73a Fix compile errors after updates of opcua driver.
 discard 20bbb8dacf Checkin of generated contents.
 discard 61776b77d6 Fix compile errors after updates of opcua driver.
 discard d7f9e6bfc9 Tweak opcua xslt a little bit.
 discard 195f5c204c Fix compile errors after updates of opcua driver.
 discard 8d4fb32a04 Introduce AttributeId enum for OPC-UA.
 discard dd6da8bf6c Fix compile errors in golang opcua driver.
 discard a363738e67 Checkin of generated contents.
 discard 0cdad6b567 Tweak opcua xslt a little bit.
 discard 4c155e9df6 Update OPC-UA mspec and tests.
 discard 23deb2495c Include wider pool of OPC-UA types in mspec.
 discard 64e03a6ed5 Improve error handling and propagate exceptions back to 
driver.
     add dd1e22da35 feat(plc4go/bacnetip): first bvlc draft
     add 00b2c219ea feat(plc4go/bacnetip): add BVLCResult
     add ecf4443893 feat(plc4go/bacnetip): WriteBroadcastDistributionTable
     add 6e237f2e3a fix(plc4go/bacnetip): WriteBroadcastDistributionTable
     add c5d0cbdb69 feat(plc4go/bacnetip): ReadBroadcastDistributionTableAck
     add a86fe67ed6 feat(plc4go/bacnetip): ForwardedNPDU
     add 3cceea4053 fix(plc4go/bacnetip): nasty bug in match pdu fixed
     add cd13df2cbd fix(plc4go/bacnetip): added more BVLCs
     add ea733af212 Improve error handling and propagate exceptions back to 
driver.
     add 43b5cccb6f Include wider pool of OPC-UA types in mspec.
     add 530a2d46ca Update OPC-UA mspec and tests.
     add 58ea29b06d Tweak opcua xslt a little bit.
     add 7eb0e973ef Checkin of generated contents.
     add 5421ffcbd4 Fix compile errors in golang opcua driver.
     add 75cf7d20cd Introduce AttributeId enum for OPC-UA.
     add 1baff11a2f Fix compile errors after updates of opcua driver.
     add 0e3b3420b8 Tweak opcua xslt a little bit.
     add 8c46fca473 Fix compile errors after updates of opcua driver.
     add 70cdf05f01 Checkin of generated contents.
     add ebc4bc8a21 Fix compile errors after updates of opcua driver.
     add e28bd63b48 Tweak opcua xslt a little bit.
     add fa105b45a7 Checkin of generated contents.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (96c0ffacfa)
            \
             N -- N -- N   refs/heads/opc-ua-events (fa105b45a7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 plc4go/internal/bacnetip/ApplicationLayer.go       |    9 +-
 .../bacnetip/BACnetVirtualLinkLayerService.go      |   74 +-
 plc4go/internal/bacnetip/CommunicationsModule.go   |   43 +-
 plc4go/internal/bacnetip/NetworkService.go         |   15 +-
 plc4go/internal/bacnetip/PDU.go                    |  122 +-
 plc4go/internal/bacnetip/bvll.go                   | 1255 ++++++++++++++++++++
 plc4go/internal/bacnetip/comp.go                   |   55 +-
 plc4go/internal/bacnetip/debugging.go              |   13 +-
 .../{service/detect.go => globals/settings.go}     |    7 +-
 plc4go/internal/bacnetip/npdu.go                   |  266 +++--
 plc4go/internal/bacnetip/primitivedata.go          |   12 +-
 plc4go/internal/bacnetip/tests/state_machine.go    |  256 +++-
 .../internal/bacnetip/tests/test_bvll/helpers.go   |    4 +-
 .../bacnetip/tests/test_bvll/test_codec_test.go    |  614 ++++++++++
 .../bacnetip/tests/test_bvll/test_simple_test.go   |    4 +-
 .../internal/bacnetip/tests/test_npdu/helpers.go   |    2 +-
 .../bacnetip/tests/test_npdu/test_codec_test.go    |   43 +-
 .../tests/test_primitive_data/test_tag_test.go     |    4 +-
 .../test_utilities/test_state_machine_test.go      |   27 +-
 .../tests/test_utilities/test_time_machine_test.go |    5 +-
 .../tests/test_vlan/test_ipnetwork_test.go         |   10 +-
 .../bacnetip/tests/test_vlan/test_network_test.go  |   10 +
 22 files changed, 2546 insertions(+), 304 deletions(-)
 create mode 100644 plc4go/internal/bacnetip/bvll.go
 copy plc4go/internal/bacnetip/{service/detect.go => globals/settings.go} (86%)
 create mode 100644 plc4go/internal/bacnetip/tests/test_bvll/test_codec_test.go

Reply via email to