- Nov 27, 2021
-
-
Konstantinos Petridis authored
-
- May 16, 2021
-
-
kongr45gpen authored
-
- May 15, 2021
-
-
Ioannis Kozaris authored
-
- Apr 11, 2021
-
-
Chris Ioannidis authored
-
- Apr 07, 2021
-
-
Chris Ioannidis authored
-
- Aug 22, 2020
-
-
Sedictious authored
-
- Aug 11, 2020
-
-
Sedictious authored
-
- Apr 14, 2020
-
-
athatheo authored
-
- Apr 13, 2020
-
-
athatheo authored
-
- Apr 05, 2020
-
-
athatheo authored
-
- Mar 31, 2020
-
-
athatheo authored
-
- Mar 15, 2020
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
ParameterBase merely provides a virtual setter and getter, and also acts as a common type which will be used to store pointers to Parameter objects in an array, so as to enable ID-based parameter fetching and updating. Rewrite of documentation and of the rest of the service is underway.
-
- Mar 14, 2020
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Mar 13, 2020
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Sep 27, 2019
-
-
kongr45gpen authored
-
- Sep 18, 2019
-
-
kongr45gpen authored
Closes #35
-
kongr45gpen authored
-
- Sep 02, 2019
-
-
kongr45gpen authored
Apply suggestion to src/Helpers/TimeAndDate.cpp
-
kongr45gpen authored
Add MessageParser tests Apply suggestion to src/MessageParser.cpp Fix documentation typo
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
This reduces the size of the code from 208608 to 208072 bytes, which is totally negligible
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
-
kongr45gpen authored
Update documentation for the ECSS definitions Group Services and ECSS Definitions into a doxygen page
-
kongr45gpen authored
-
kongr45gpen authored
-
- Sep 01, 2019
-
-
kongr45gpen authored
-
kongr45gpen authored
Use a non-templated version of etl::string Set the etl format as a static variable for the Logger This prevents wasting time recreating the format variable every time the LOG function is called. Force inlining the LOG function This forces the compiler to check the `if constexpr` structure, and disable the logging line entirely if needed. Never redefine the log level Move `disabled` logging level to ease level checks
-
kongr45gpen authored
Thanks @xlxs41 for the suggestion!
-
kongr45gpen authored
Reinstantiate log level checks Fix documentation, as suggested by @thodkatz Add a few more documentation lines to LogEntry Fixes for cppcheck-misra and vera checks due to updates & false positives
-
kongr45gpen authored
Apply suggestion to inc/Logger.hpp Be explicit about the type used in the LogLevel enumeration This makes LogLevel an unscoped strongly-type enumeration, making sure there is consistency between the expected log level of uint8_t
-
kongr45gpen authored
Thanks @xlxs41 for the suggestion!
-
kongr45gpen authored
Fix a bug with error names not showing up in the logs
-