Skip to content
Snippets Groups Projects
Commit 61861d84 authored by kpetridis's avatar kpetridis
Browse files

Fixed documentation

parent 4476c2b7
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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