-
- Downloads
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.
parent
7bd2292a
No related branches found
No related tags found
Showing
- applications/gui/src/main.cpp 0 additions, 26 deletionsapplications/gui/src/main.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 25 additions, 0 deletionscomponents/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 94 additions, 3 deletionscomponents/control/cpp/src/master.cpp
- components/control/cpp/src/slave.cpp 0 additions, 106 deletionscomponents/control/cpp/src/slave.cpp
- components/net/cpp/test/net_configurable_unit.cpp 2 additions, 2 deletionscomponents/net/cpp/test/net_configurable_unit.cpp
Loading
Please register or sign in to comment