Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECSS Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AcubeSat-OBC
ECSS Services
Commits
3698ce40
Commit
3698ce40
authored
3 years ago
by
kpetridis
Browse files
Options
Downloads
Patches
Plain Diff
Placement of the configuration inside the Service itself
parent
c88d4dbf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inc/Services/RealTimeForwardingControlService.hpp
+7
-3
7 additions, 3 deletions
inc/Services/RealTimeForwardingControlService.hpp
with
7 additions
and
3 deletions
inc/Services/RealTimeForwardingControlService.hpp
+
7
−
3
View file @
3698ce40
...
@@ -5,14 +5,15 @@
...
@@ -5,14 +5,15 @@
#include
"Service.hpp"
#include
"Service.hpp"
#include
"ErrorHandler.hpp"
#include
"ErrorHandler.hpp"
#include
"etl/vector.h"
#include
"etl/vector.h"
#include
"Helpers/ForwardControlConfiguration.hpp"
/**
/**
* Implementation of the ST[14] 'Real Time Forwarding Control Service' as defined in ECSS-E-ST-70-41C.
* Implementation of the ST[14] 'Real Time Forwarding Control Service' as defined in ECSS-E-ST-70-41C.
*
*
* @brief
* @brief
* The purpose of this Service is to control the forwarding of the stores telemetry to the ground station
s
. It
* The purpose of this Service is to control the forwarding of the stores telemetry to the ground station. It
includes
*
includes
conditions for all the application
s
processes that are controlled by the Service, which determine whether
* conditions for all the application processes that are controlled by the Service, which determine whether
a message
*
a message
should be forwarded to the ground station through the corresponding virtual channel.
* should be forwarded to the ground station
,
through the corresponding virtual channel.
*
*
* @author Konstantinos Petridis <petridkon@gmail.com>
* @author Konstantinos Petridis <petridkon@gmail.com>
*/
*/
...
@@ -46,6 +47,9 @@ private:
...
@@ -46,6 +47,9 @@ private:
*/
*/
bool
appIsControlled
(
uint8_t
applicationId
);
bool
appIsControlled
(
uint8_t
applicationId
);
ForwardControlConfiguration
::
ApplicationProcess
applicationProcessConfiguration
;
ForwardControlConfiguration
::
HousekeepingParameterReport
housekeepingConfiguration
;
public
:
public
:
/**
/**
* TC[14,1] 'Add report types to the application process forward control configuration'.
* TC[14,1] 'Add report types to the application process forward control configuration'.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment