Skip to content

Commit

Permalink
remove not modular Wago IOs, cleanup folder
Browse files Browse the repository at this point in the history
  • Loading branch information
moniwe authored and azoitl committed Sep 28, 2024
1 parent 563b847 commit 77da3f2
Show file tree
Hide file tree
Showing 22 changed files with 94 additions and 571 deletions.
15 changes: 6 additions & 9 deletions src/modules/wagokbus/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright (c) 2016 fortiss GmbH
# Copyright (c) 2016, 2024 fortiss GmbH
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
Expand All @@ -8,7 +8,7 @@
#
# Contributors:
# Milan Vathoopan, Alois Zoitl - initial API and implementation and/or initial documentation
# * Jose Cabral - Add modular IOs
# Jose Cabral - Add modular IOs
# *******************************************************************************/
#############################################################################
# WAGO KBUS SIFBs
Expand All @@ -19,14 +19,11 @@ forte_add_module(WagoKbus OFF "Wago Kbus interface")
if(FORTE_MODULE_WagoKbus)
# All Wago depedencies are added here
if(FORTE_IO)
add_subdirectory(modular)
message("Building New Modular wago IOs")
else(FORTE_IO)
message("Building Old wago IOs")
forte_add_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
forte_add_sourcefile_hcpp(processinterface)
forte_set_process_interface("Wago Kbus" IX QX IW QW)
forte_add_handler(WagoPFCProcessInterface::CKBusHandler processinterface)
forte_add_sourcefile_hcpp(wagoHandle wagoDeviceController)
forte_add_sourcefile_hcpp(types/WagoMaster types/WagoBusAdapter types/wagoSlaveBase)
forte_add_sourcefile_hcpp(types/Wago1506 types/Wago1405_6 types/Wago1504_5 types/Wago459)
message("Building Modular Wago IOs")
endif(FORTE_IO)

SET(FORTE_WAGO_INCLUDE_DIR "" CACHE STRING "Path where the include for wago is found")
Expand Down
18 changes: 0 additions & 18 deletions src/modules/wagokbus/modular/CMakeLists.txt

This file was deleted.

311 changes: 0 additions & 311 deletions src/modules/wagokbus/processinterface.cpp

This file was deleted.

Loading

0 comments on commit 77da3f2

Please sign in to comment.