-
- Downloads
Merge branch 'execute-services' into 'master'
Execute TC packets Closes #31. Actually, `execute()` functions receives as input TC packets and they call the proper services' functions that have been implemented to handle TC packets. See merge request acubesat/obc/ecss-services!35
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- inc/MessageParser.hpp 9 additions, 5 deletionsinc/MessageParser.hpp
- inc/ServicePool.hpp 2 additions, 0 deletionsinc/ServicePool.hpp
- inc/Services/EventActionService.hpp 9 additions, 1 deletioninc/Services/EventActionService.hpp
- inc/Services/EventReportService.hpp 10 additions, 0 deletionsinc/Services/EventReportService.hpp
- inc/Services/FunctionManagementService.hpp 10 additions, 1 deletioninc/Services/FunctionManagementService.hpp
- inc/Services/MemoryManagementService.hpp 10 additions, 1 deletioninc/Services/MemoryManagementService.hpp
- inc/Services/ParameterService.hpp 9 additions, 0 deletionsinc/Services/ParameterService.hpp
- inc/Services/RequestVerificationService.hpp 2 additions, 11 deletionsinc/Services/RequestVerificationService.hpp
- inc/Services/TimeBasedSchedulingService.hpp 10 additions, 1 deletioninc/Services/TimeBasedSchedulingService.hpp
- inc/Services/TimeManagementService.hpp 10 additions, 1 deletioninc/Services/TimeManagementService.hpp
- src/MessageParser.cpp 22 additions, 5 deletionssrc/MessageParser.cpp
- src/Services/EventActionService.cpp 32 additions, 1 deletionsrc/Services/EventActionService.cpp
- src/Services/EventReportService.cpp 13 additions, 0 deletionssrc/Services/EventReportService.cpp
- src/Services/FunctionManagementService.cpp 11 additions, 0 deletionssrc/Services/FunctionManagementService.cpp
- src/Services/MemoryManagementService.cpp 16 additions, 0 deletionssrc/Services/MemoryManagementService.cpp
- src/Services/ParameterService.cpp 13 additions, 0 deletionssrc/Services/ParameterService.cpp
- src/Services/RequestVerificationService.cpp 0 additions, 37 deletionssrc/Services/RequestVerificationService.cpp
- src/Services/TestService.cpp 1 addition, 4 deletionssrc/Services/TestService.cpp
- src/Services/TimeBasedSchedulingService.cpp 37 additions, 0 deletionssrc/Services/TimeBasedSchedulingService.cpp
Loading
Please register or sign in to comment