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

Added the TimeBaseSchedulingService in the ServicePool

parent fd682abc
No related branches found
No related tags found
No related merge requests found
#ifndef ECSS_SERVICES_SERVICEPOOL_HPP
#define ECSS_SERVICES_SERVICEPOOL_HPP
#include <Services/TimeBasedSchedulingService.hpp>
#include "Services/LargePacketTransferService.hpp"
#include "Services/RequestVerificationService.hpp"
#include "Services/TimeManagementService.hpp"
......@@ -29,6 +30,7 @@ public:
ParameterService parameterManagement;
LargePacketTransferService largePacketTransferService;
FunctionManagementService functionManagement;
TimeBasedSchedulingService timeBasedScheduling;
/**
* The default ServicePool constructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment