From 396704dab5bca7440950df79d56bc4f5bb3e5dfd Mon Sep 17 00:00:00 2001 From: kpetridis <petridkon@gmail.com> Date: Fri, 18 Mar 2022 22:06:22 +0200 Subject: [PATCH] Added documentation --- inc/Services/RealTimeForwardingControlService.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/inc/Services/RealTimeForwardingControlService.hpp b/inc/Services/RealTimeForwardingControlService.hpp index 46bf4490..04a3305c 100644 --- a/inc/Services/RealTimeForwardingControlService.hpp +++ b/inc/Services/RealTimeForwardingControlService.hpp @@ -44,8 +44,21 @@ private: */ etl::vector<uint8_t, ECSSMaxControlledApplications> controlledApplications; + /** + * The Application Process configuration, containing all the application process, service type and message type + * definitions. + */ ForwardControlConfiguration::ApplicationProcess applicationProcessConfiguration; + + /** + * The Housekeeping Parameter Report configuration, containing all the housekeeping parameter report type + * definitions and the housekeeping report structure IDs. + */ ForwardControlConfiguration::HousekeepingParameterReport housekeepingConfiguration; + + /** + * The Event Report Blocking configuration, containing all the event report blocking and event definitions IDs. + */ ForwardControlConfiguration::EventReportBlocking eventReportBlockingConfiguration; /** -- GitLab