- Apr 05, 2019
-
-
hiluluk authored
-
- Apr 04, 2019
- Apr 02, 2019
-
-
kongr45gpen authored
Clang format This takes care of #22. It adds a script that performs automated checking and correction of all the source code. In the future, a GitLab bot could notify or even perform changes on committed files for every merge request. See merge request acubesat/obc/ecss-services!29
-
kongr45gpen authored
See merge request acubesat/obc/ecss-services!29 and issue acubesat/obc/ecss-services#22
-
- Apr 01, 2019
-
-
kongr45gpen authored
Ecss st13 large packet transfer **Brief Description** The Large Packet Transfer Service is utilized in data packets that exceed the maximum length that is defined by the standards. The purpose of this Service is to split the data into packets with the desirable length. **Work done so far** Six functions were implemented; three for the *Downlink Report* and three for the *Uplink Request*. The first three *TM[13,1], TM[13,2]* and *TM[13,3]* append the necessary identifiers before the data. The last three *TC[13,9], TM[13,10]* and *TM[13,11]* just return the given data since we do not have a method for TC Messages yet. **Work left to do** The splitting of the initial large packets. See merge request acubesat/obc/ecss-services!31
-
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
-