From a6da363ac5b4f6deee18930c0953cbd820c237f2 Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <grigpavl@ece.auth.gr> Date: Sun, 10 Mar 2019 16:35:47 +0200 Subject: [PATCH] Add important todos before merging --- src/Services/FunctionManagementService.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Services/FunctionManagementService.cpp b/src/Services/FunctionManagementService.cpp index 41c03fe4..8cf94b79 100644 --- a/src/Services/FunctionManagementService.cpp +++ b/src/Services/FunctionManagementService.cpp @@ -31,6 +31,10 @@ */ int FunctionManagementService::call(Message msg) { + /** + * @todo: Add test for message and service type using the ErrorHandler + * @todo: Convert all functions to void (use error reports for tests instead of return numbers) + */ ErrorHandler::assertInternal(msg.messageType == 1 && msg.serviceType == 8, ErrorHandler::InternalErrorType::UnacceptablePacket); -- GitLab