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
4476c2b7
Commit
4476c2b7
authored
2 years ago
by
kpetridis
Browse files
Options
Downloads
Patches
Plain Diff
Changed variable name
parent
1e39b1e1
No related branches found
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
+2
-2
2 additions, 2 deletions
inc/Helpers/ForwardControlConfiguration.hpp
with
2 additions
and
2 deletions
inc/Helpers/ForwardControlConfiguration.hpp
+
2
−
2
View file @
4476c2b7
...
...
@@ -31,7 +31,7 @@ public:
* This is the key for the application process configuration map. It contains a pair with the applicationID and
* the serviceType.
*/
typedef
std
::
pair
<
uint8_t
,
uint8_t
>
a
ppServiceKey
;
typedef
std
::
pair
<
uint8_t
,
uint8_t
>
A
ppServiceKey
;
/**
* Map containing the report type definitions. Each application process has its own ID. The combination of the
...
...
@@ -46,7 +46,7 @@ public:
* 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
<
a
ppServiceKey
,
ReportTypeDefinitions
,
etl
::
map
<
A
ppServiceKey
,
ReportTypeDefinitions
,
ECSSMaxControlledApplicationProcesses
*
ECSSMaxServiceTypeDefinitions
>
definitions
;
...
...
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