Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
1 result
Created with Raphaël 2.2.01Apr31Mar30292625232221201918171615161514131211109864228Feb262529Jan282423161511109873131Dec27262524232220181614131211108765432130Nov292827262523222122212019181513121110Correct ambiguous test names. Never mind about the CRC helper, I only correct a typo there.Change MAXFUNCNAMELENGTH to FUNCNAMELENGTH to reflect its hard-coded nature betterFix unnecessary code duplication at call()Fix missing inheritance from the Service classReplace 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.Add a test case. More to come.Update some docstrings and clean up an if statementComplete basic functionality (i.e. retrieval of function pointer and execution with arguments). Needs more testing and safeguarding against corrupted messagesSolve 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 wayStart work on ST[08]Remove data check in the type checking functionformat codeFixed naming issueMerge branch 'master' into 'ECSS_ST-11'Merge branch 'master' of https://gitlab.com/acubesat/obc/ecss-services into ECSS_ST19_array_replacementRan some tests in main.cppMerge branch 'message-type-assertions'Update EventActionService.cppMerge branch 'master' into ECSS_ST-11Make sure only capital names are used for macrosFixed code format in ErrorHandlerMerge branch 'master' of https://gitlab.com/acubesat/obc/ecss-services into ECSS_ST19_array_replacementReplaced auto with auto& and deleted a commentMerge branch 'spare-bits' by @thodkatzChange the parameter of the storeMessage, add tests for the spare field and small changes in the documentationAdded an error conditionImplement the spare fieldFixed comments from code reviewUsing the byte skipping methodAdded a byte skipping method. Fixes #21Added tests for error throwingReplace for loops with whileUpdated ErrorType enums in ExecutionStartErrorType and changed the corresponding errors in EventActionService.cppFixed cpp checkWrote better tests, fixed code format, added tests in main for testing purposes and added FailedStartOfExecutionError in ErrorHandlerFixed mistake of appending a boolean instead of an enumChanged tests since array has been replaced with etl::mapReplaced array with etl::map in EventActionServiceUse the new assertions on servicesAdd documentation on some functions
Loading