From 61861d84c63d37d808ce254546723d0c8932dc65 Mon Sep 17 00:00:00 2001
From: kpetridis <petridkon@gmail.com>
Date: Sat, 7 May 2022 19:41:48 +0300
Subject: [PATCH] Fixed documentation

---
 inc/Helpers/ForwardControlConfiguration.hpp | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/inc/Helpers/ForwardControlConfiguration.hpp b/inc/Helpers/ForwardControlConfiguration.hpp
index 56c806b3..dfd0e58b 100644
--- a/inc/Helpers/ForwardControlConfiguration.hpp
+++ b/inc/Helpers/ForwardControlConfiguration.hpp
@@ -7,17 +7,10 @@
 #include "etl/map.h"
 #include "etl/vector.h"
 
-/**
- * Implements the Real Time Forward Control configuration, which includes three separate configurations, Application
- * Process configuration, Housekeeping configuration and Event Report configuration. These configurations contain
- * definitions, which indicate whether a telemetry message should be forwarded to the ground station.
- *
- * @author Konstantinos Petridis <petridkon@gmail.com>
- */
-
 /**
  * The Application Process configuration. It's basically a map, storing a vector of report type definitions for each
- * pair of (applicationID, serviceType).
+ * pair of (applicationID, serviceType). It contains definitions, which indicate whether a telemetry message, produced
+ * by a service, inside an application process (subsystem), should be forwarded to the ground station.
  */
 class ApplicationProcessConfiguration {
 public:
-- 
GitLab