You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ld...@apache.org on 2021/08/12 09:29:05 UTC

[plc4x] branch feature/can-stack-tunning updated (62ff112 -> 4bbd1e9)

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

ldywicki pushed a change to branch feature/can-stack-tunning
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    omit 62ff112  Implementation of generic purpose CAN driver.
     add 4bbd1e9  Implementation of generic purpose CAN driver.

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   (62ff112)
            \
             N -- N -- N   refs/heads/feature/can-stack-tunning (4bbd1e9)

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:
 plc4j/drivers/can/pom.xml                          |  31 +++++++
 .../transport/GenericCANFrameDataHandler.java      |   7 +-
 .../plc4x/java/canopen/CANOpenPlcDriver.java       |   2 +-
 .../canopen/transport/CANOpenFrameDataHandler.java |   7 +-
 protocols/{socketcan => genericcan}/pom.xml        |   6 +-
 .../protocol/genericcan/GenericCANProtocol.java}   |   8 +-
 ...e.plc4x.plugins.codegenerator.protocol.Protocol |   2 +-
 .../main/resources/protocols/can/genericcan.mspec  | 102 +++++++++++++++++++++
 8 files changed, 150 insertions(+), 15 deletions(-)
 copy protocols/{socketcan => genericcan}/pom.xml (88%)
 copy protocols/{socketcan/src/main/java/org/apache/plc4x/protocol/socketcan/SocketCANProtocol.java => genericcan/src/main/java/org/apache/plc4x/protocol/genericcan/GenericCANProtocol.java} (86%)
 copy protocols/{ab-eth => genericcan}/src/main/resources/META-INF/services/org.apache.plc4x.plugins.codegenerator.protocol.Protocol (93%)
 create mode 100644 protocols/genericcan/src/main/resources/protocols/can/genericcan.mspec