- Apr 01, 2019
-
-
athatheo authored
# Conflicts: # CMakeLists.txt # src/Services/EventReportService.cpp
-
kongr45gpen authored
ECSS-ST[11] -- Time Based Command Scheduling Service Closes #21 See merge request acubesat/obc/ecss-services!27
-
kongr45gpen authored
# Conflicts: # CMakeLists.txt
-
kongr45gpen authored
Merges !17
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Fix a missing semicolon Attempt #1 at fixing Vera Attempt #2 at fixing vera
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Remove unnecessary #define CATCH_CONFIG_MAIN to comply with the Catch2 tutorial, credits to @thodkatz for the catch (no pun intended :P)
-
Grigoris Pavlakis authored
Fix Vera
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Replace the unacceptable disgrace called parsing based on spaces with new, readString() based method. Also write some tests for insertion and calling, and general code cleanup and reformatting. Be quiet Vera! I said be quiet Vera! And you, clang-tidy, do not even think about raising your voice! Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work Revert "Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work" This reverts commit db9e73ad Revert "Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work" This reverts commit db9e73ad9d8508e59764d7359408aac962a20afe
-
Grigoris Pavlakis authored
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
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Complete basic functionality (i.e. retrieval of function pointer and execution with arguments). Needs more testing and safeguarding against corrupted messages
-
Grigoris Pavlakis authored
Solve the pointer storage problem to the map, storing them as void*. Retrieval tested with explicit casts, now looking for a way to store type information of functions in a retrievable way Make clang-tidy happy again, attempt #1 Attempt #2 at calming down clang-tidy
-
Grigoris Pavlakis authored
Add a basic wrapper struct for function argument handling Pacify Vera and (hopefully) cppcheck
-
- Mar 31, 2019
-
-
Dimitrios Stoupis authored
-
- Mar 30, 2019
-
-
Dimitrios Stoupis authored
-
- Mar 29, 2019
-
-
Dimitrios Stoupis authored
# Conflicts: # inc/Message.hpp # src/Services/EventActionService.cpp
-
kongr45gpen authored
Merges !32 Closes #10 Closes #25
-
- Mar 26, 2019
-
-
Dimitrios Stoupis authored
-
kongr45gpen authored
-
kongr45gpen authored
-
Theodoros Katzalis authored
Change the parameter of the storeMessage, add tests for the spare field and small changes in the documentation Formatting Remove an unnecessary assertion and assign the currentBit
-