- Apr 05, 2019
- Apr 04, 2019
- Mar 23, 2019
-
-
kongr45gpen authored
-
- Mar 20, 2019
-
-
Grigoris Pavlakis authored
Fix a bug in reportParameterIds() caused by the transition to calling-by-reference, namely: not resetting the reading position before attempting reads, resulting in incorrect data being read
-
Grigoris Pavlakis authored
-
- Mar 15, 2019
-
-
Grigoris Pavlakis authored
Add missing failed start of execution notifications, change assertions to the more appropriate assertRequest and fix a breaking faulty assertion case (credits to @thodkatz for his help)
-
- Mar 13, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Prepare for replacement of if statements checking message type with assertions and proper notification messages provided by ErrorHandler
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Rework reportParameterIds() to use a map instead of an array in order to fix the bug with the uninitialized structs and make the code more robust and readable
-
Grigoris Pavlakis authored
setup, more info on numOfValidIds() source
-
Grigoris Pavlakis authored
-
- Mar 09, 2019
-
-
Grigoris Pavlakis authored
Replace the if's used for message type checking with proper error-handler-controlled assertions. One test needs updating to use the error handler's output.
-
- Mar 02, 2019
-
-
Grigoris Pavlakis authored
Prepare for replacement of if statements checking message type with assertions and proper notification messages provided by ErrorHandler
-
- Jan 29, 2019
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Rework reportParameterIds() to use a map instead of an array in order to fix the bug with the uninitialized structs and make the code more robust and readable
-
- Jan 23, 2019
-
-
Grigoris Pavlakis authored
setup, more info on numOfValidIds() source
-
- Nov 25, 2018
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Nov 24, 2018
-
-
Grigoris Pavlakis authored
Revert reportParameterIds() to original in order to not break the flow of testing until storeMessage() stores the messages somewhere. Also fixed formatting to conform to voted code style.
-
Grigoris Pavlakis authored
Change reportParameterIds so it uses storeMessage instead of returning. Breaks tests though, need to update them
-
Grigoris Pavlakis authored
Update ParameterService source and test to use resetRead() instead of the hackier msg.readPosition = 0 and fix some formatting
-
Grigoris Pavlakis authored
-
- Nov 23, 2018
-
-
Grigoris Pavlakis authored
-
- Nov 21, 2018
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Complete basic standard-specified functionality of ParameterService (except failure reports which depend on ST[06] and use of memory addresses for settings storage and retrieval)
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
Amend parameter reporting to be **almost** standards-compliant (barring notification of failure to start). Possibly kludgy solution, read todo for more
-
- Nov 20, 2018
-
-
Grigoris Pavlakis authored
Fix parameter report to use multiple IDs for the same message (todo: write unit tests for both functions)
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Nov 19, 2018
-
-
Grigoris Pavlakis authored
-
Grigoris Pavlakis authored
-
- Nov 18, 2018
-
-
Grigoris Pavlakis authored
-