- Apr 05, 2019
-
-
athatheo authored
- Changed disableEventActionDefinition according to the needs of multimap - Added errors in ErrorHandler
-
athatheo authored
- Changed deleteEventActionDefinition according to the multimap needs
-
athatheo authored
- Added a new variable eventActionDefinitionID - Added the size of the multimap as #define in ECSS_Definitions.hpp
-
- Apr 03, 2019
-
-
athatheo authored
-
athatheo authored
-
https://gitlab.com/acubesat/obc/ecss-servicesathatheo authored
Merge branch 'master' of https://gitlab.com/acubesat/obc/ecss-services into ECSS_ST19_array_replacement
-
- Apr 02, 2019
-
-
athatheo authored
Merge branch 'ECSS_ST19_array_replacement' of https://gitlab.com/acubesat/obc/ecss-services into ECSS_ST19_array_replacement # Conflicts: # src/Services/EventActionService.cpp
-
athatheo authored
-
athatheo authored
-
athatheo authored
Added comments in tests and changed a uint8_t to a uint16_t variable that counts the event action definitions in the eventActionStatusReport
-
athatheo authored
Changed the way add action-definition function works after rechecking the standard and updated the corresponding tests as well as added documentation in those tests
-
athatheo authored
-
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
-