Simplified ParameterHandling. Same Class for all application
authorandre Ebersold <andre.ebersold@free.fr>
Sat, 18 Nov 2023 08:33:30 +0000 (09:33 +0100)
committerandre Ebersold <andre.ebersold@free.fr>
Sat, 18 Nov 2023 08:33:30 +0000 (09:33 +0100)
commit9b6efcdb0034de4dd9404a79f44417c3d19af2d3
treec6d2378237f929067c4e456a42f0e7e9b15ee70c
parent609ca42ded9ecc0184ba597fdddf2bddffbe8693
Simplified ParameterHandling. Same Class for all application
18 files changed:
Application/DCMotor/main.cpp
Application/PowerSwitch/main.cpp
Application/ShutterCtrl/main.cpp
Application/WorkhourMeter/CMakeLists.txt
Application/WorkhourMeter/Scheduler.cpp [new file with mode: 0644]
Application/WorkhourMeter/Scheduler.h [new file with mode: 0644]
Application/WorkhourMeter/main.cpp
Communication/CommunicationHandler.cpp
Communication/CommunicationHandler.h
HAL/Abstract/IUart.h
Metadata/CMakeLists.txt
Metadata/Metadata.h
Metadata/ShutterCtrlParamIds.h
Metadata/WorkMeterParameterTable.cpp
Platform/CMakeLists.txt
Platform/IParameterHandler.h
Platform/ParameterHandler.cpp
Platform/ParameterHandler.h