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
2c376084
Commit
2c376084
authored
2 years ago
by
kpetridis
Browse files
Options
Downloads
Patches
Plain Diff
Added documentation
parent
02614362
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/Helpers/ForwardControlConfiguration.hpp
+10
-1
10 additions, 1 deletion
inc/Helpers/ForwardControlConfiguration.hpp
with
10 additions
and
1 deletion
inc/Helpers/ForwardControlConfiguration.hpp
+
10
−
1
View file @
2c376084
...
...
@@ -34,8 +34,17 @@ public:
typedef
std
::
pair
<
uint8_t
,
uint8_t
>
appServiceKey
;
/**
* Map containing the
Application Process
definitions. Each application has its own ID. The combination of the
* Map containing the
report type
definitions. Each application
process
has its own ID. The combination of the
* application ID and the service type is used as a key to provide access to the list of report type definitions.
*
* @note
* The report type definitions are basically the message types of each service. For example a message type for the
* 'ParameterStatisticsService' (ST04) is 'ParameterStatisticsService::MessageType::ParameterStatisticsReport'. The
* Real Time Forwarding Control Service (ST14) uses this map as a lookup table, to identify whether a requested
* triplet (app->service->message type) is allowed to be forwarded to the ground station via the corresponding virtual
* channel. The requested message type is only forwarded, if the requested application process ID and service type
* already exist in the map, and the requested report type is located in the vector of report types, which corresponds
* to the appID and service type.
*/
etl
::
map
<
appServiceKey
,
reportTypeDefinitions
,
ECSSMaxControlledApplicationProcesses
*
ECSSMaxServiceTypeDefinitions
>
...
...
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