-
- Downloads
Add a test case. More to come.
Fix a blunder with the test version of call() Attempt to calm down clang-tidy and fix some stupid warnings in my CRC code (nothing much, just turned the counter int in a for-loop into a uint32_t to shut gcc up) Comment out the empty constructor to mute clang-tidy's warning about trivial constructors
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- inc/Services/FunctionManagementService.hpp 28 additions, 4 deletionsinc/Services/FunctionManagementService.hpp
- src/Helpers/CRCHelper.cpp 1 addition, 1 deletionsrc/Helpers/CRCHelper.cpp
- src/Services/FunctionManagementService.cpp 88 additions, 14 deletionssrc/Services/FunctionManagementService.cpp
- test/Services/FunctionManagementService.cpp 23 additions, 0 deletionstest/Services/FunctionManagementService.cpp
Loading
Please register or sign in to comment