-
- Downloads
Merge branch 'readCString' into 'master'
A small string overhaul This commit adds functions to: - Append strings of fixed size - Read strings with or without a trailing `\0` There is also a string-related fix for the function management service. This takes care of issues #43 and #11. Don't mind the irrelevant commits, they show up because `ci-1` is not merged to master yet. See merge request acubesat/obc/ecss-services!41
No related branches found
No related tags found
Showing
- inc/Message.hpp 43 additions, 5 deletionsinc/Message.hpp
- src/Message.cpp 6 additions, 3 deletionssrc/Message.cpp
- src/Services/EventActionService.cpp 1 addition, 1 deletionsrc/Services/EventActionService.cpp
- src/Services/FunctionManagementService.cpp 2 additions, 2 deletionssrc/Services/FunctionManagementService.cpp
- src/main.cpp 1 addition, 1 deletionsrc/main.cpp
- test/Message.cpp 1 addition, 1 deletiontest/Message.cpp
- test/Services/EventReportService.cpp 4 additions, 4 deletionstest/Services/EventReportService.cpp
- test/Services/FunctionManagementService.cpp 30 additions, 3 deletionstest/Services/FunctionManagementService.cpp
Loading
Please register or sign in to comment