From 08685d3a442b85626fe6018b43a0ccfa3e316bbb Mon Sep 17 00:00:00 2001 From: kpetridis <petridkon@gmail.com> Date: Sat, 23 Apr 2022 21:06:14 +0300 Subject: [PATCH] Finished documentation --- inc/Helpers/ForwardControlConfiguration.hpp | 5 +++-- inc/Services/RealTimeForwardingControlService.hpp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/inc/Helpers/ForwardControlConfiguration.hpp b/inc/Helpers/ForwardControlConfiguration.hpp index b41bf2b2..554dc2cb 100644 --- a/inc/Helpers/ForwardControlConfiguration.hpp +++ b/inc/Helpers/ForwardControlConfiguration.hpp @@ -8,8 +8,9 @@ #include "Helpers/Parameter.hpp" /** - * This file implements the Real Time Forward Control configuration, which includes three separate - * configurations, Application Process configuration, Housekeeping configuration and Event Report configuration. + * 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> */ diff --git a/inc/Services/RealTimeForwardingControlService.hpp b/inc/Services/RealTimeForwardingControlService.hpp index 2d35cbf3..5deb9397 100644 --- a/inc/Services/RealTimeForwardingControlService.hpp +++ b/inc/Services/RealTimeForwardingControlService.hpp @@ -134,7 +134,7 @@ public: * is the ground station. * * @note This function is called from the main execute() that is defined in the file MessageParser.hpp - * @param message Contains the necessary parameters to call the suitable subservice + * @param message Contains the necessary parameters to call the suitable subservice. */ void execute(Message& message); }; -- GitLab