Combine Master and Slave and remove ConfigProxy
The functionality of Master and Slave is now in a single class, which is currently named Master. NetConfigurables are added and removed in this class instead of the GUI, so that all applications can now access NetConfigurables. Due to this change, ConfigProxy has been removed from reconstruction.
Showing
- applications/gui/src/ctrl_window.cpp 1 addition, 1 deletionapplications/gui/src/ctrl_window.cpp
- applications/gui/src/main.cpp 0 additions, 26 deletionsapplications/gui/src/main.cpp
- applications/gui/src/screen.cpp 1 addition, 1 deletionapplications/gui/src/screen.cpp
- applications/reconstruct/src/main.cpp 3 additions, 63 deletionsapplications/reconstruct/src/main.cpp
- applications/recorder/src/main.cpp 3 additions, 3 deletionsapplications/recorder/src/main.cpp
- applications/vision/src/main.cpp 3 additions, 3 deletionsapplications/vision/src/main.cpp
- components/control/cpp/CMakeLists.txt 0 additions, 1 deletioncomponents/control/cpp/CMakeLists.txt
- components/control/cpp/include/ftl/master.hpp 28 additions, 1 deletioncomponents/control/cpp/include/ftl/master.hpp
- components/control/cpp/include/ftl/slave.hpp 0 additions, 50 deletionscomponents/control/cpp/include/ftl/slave.hpp
- components/control/cpp/src/master.cpp 103 additions, 4 deletionscomponents/control/cpp/src/master.cpp
- components/control/cpp/src/slave.cpp 0 additions, 106 deletionscomponents/control/cpp/src/slave.cpp
- components/net/cpp/src/net_configurable.cpp 1 addition, 1 deletioncomponents/net/cpp/src/net_configurable.cpp
- components/net/cpp/test/net_configurable_unit.cpp 6 additions, 6 deletionscomponents/net/cpp/test/net_configurable_unit.cpp
Loading
Please register or sign in to comment