Skip to content
Snippets Groups Projects
Commit 718ae593 authored by hiluluk's avatar hiluluk
Browse files

Added services in the execute() function

parent bb4602de
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,20 @@ void Service::execute(Message &message) {
case 8:
Services.functionManagement.execute(message); // ST[08]
break;
case 9:
Services.timeManagement.execute(message); // ST[09]
break;
case 11:
Services.timeBasedScheduling.execute(message); // ST[11]
break;
case 17:
Services.testService.execute(message); // ST[17]
break;
case 19:
Services.eventAction.execute(message); // ST[19]
break;
case 20:
Services.parameterManagement.execute(message); // ST[20]
default:
ErrorHandler::reportInternalError(ErrorHandler::OtherMessageType);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment