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
7dae9587
Commit
7dae9587
authored
3 years ago
by
kpetridis
Browse files
Options
Downloads
Patches
Plain Diff
Added documentation
parent
c6fefaeb
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
+4
-4
4 additions, 4 deletions
inc/Helpers/ForwardControlConfiguration.hpp
with
4 additions
and
4 deletions
inc/Helpers/ForwardControlConfiguration.hpp
+
4
−
4
View file @
7dae9587
...
...
@@ -23,14 +23,14 @@ namespace ForwardControlConfiguration
class
ApplicationProcess
{
public:
/**
* Empty report type vector, can both mean that we haven't added report types yet, and added all report types. To
* be able to distinguish what the current 'empty' state means, we need this indicator.
* Boolean values for each service type of an application process. See next documentation comment.
*/
typedef
etl
::
map
<
uint8_t
,
bool
,
ECSSMaxServiceTypeDefinitions
>
reportsAreNotEmpty
;
/**
* Empty service type vector, can both mean that we haven't added service types yet, and added all service types. To
* be able to distinguish what the current 'empty' state means, we need this indicator.
* Indicates the meaning of a service type being empty of report types. It specifies whether the 'empty' means that
* it has not been filled yet (so we proceed to add new report types) or it is empty because we accept every
* report type for the service.
*/
etl
::
map
<
uint8_t
,
reportsAreNotEmpty
,
ECSSMaxControlledApplications
>
serviceNotEmpty
;
...
...
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