You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/03/11 10:09:31 UTC

[incubator-plc4x] 02/05: - Updated the "implementing drivers" to recent changes

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit e46a01ec11ffba774a7a862743c9ad0cb09102af
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 11 11:06:06 2018 +0100

    - Updated the "implementing drivers" to recent changes
---
 .../protocols/src/site/asciidoc/developers/implementing-drivers.adoc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/plc4j/protocols/src/site/asciidoc/developers/implementing-drivers.adoc b/plc4j/protocols/src/site/asciidoc/developers/implementing-drivers.adoc
index 87830fc..99af2a1 100644
--- a/plc4j/protocols/src/site/asciidoc/developers/implementing-drivers.adoc
+++ b/plc4j/protocols/src/site/asciidoc/developers/implementing-drivers.adoc
@@ -178,11 +178,6 @@ For the S7 driver for example all it contains is this line:
 
     org.apache.plc4x.java.s7.S7PlcDriver
 
-As the Modbus driver contains two variants, it contains two lines - one for each variant:
-
-    org.apache.plc4x.java.modbus.ModbusTcpPlcDriver
-    org.apache.plc4x.java.modbus.ModbusSerialPlcDriver
-
 A driver implementation must implement the `org.apache.plc4x.java.api.PlcDriver` interface.
 This defines the necessary methods for the `DriverManager` to find the correct implementation and create a new connection instance.
 

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.