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 committed Sep 22, 2024
1 parent 6ab012c commit bd1222c
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 455 deletions.
11 changes: 4 additions & 7 deletions src/modules/wagokbus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 bd1222c

Please sign in to comment.