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
6d40c4ea
Commit
6d40c4ea
authored
3 years ago
by
kpetridis
Browse files
Options
Downloads
Patches
Plain Diff
Renamed definition
parent
c8dfcb34
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
inc/Helpers/ForwardControlConfiguration.hpp
+4
-4
4 additions, 4 deletions
inc/Helpers/ForwardControlConfiguration.hpp
inc/Services/RealTimeForwardingControlService.hpp
+1
-1
1 addition, 1 deletion
inc/Services/RealTimeForwardingControlService.hpp
with
5 additions
and
5 deletions
inc/Helpers/ForwardControlConfiguration.hpp
+
4
−
4
View file @
6d40c4ea
...
@@ -36,7 +36,7 @@ public:
...
@@ -36,7 +36,7 @@ public:
* it has not been filled yet (so we proceed to add new report types) or it is empty because we block every
* it has not been filled yet (so we proceed to add new report types) or it is empty because we block every
* report type for the service.
* report type for the service.
*/
*/
etl
::
map
<
uint8_t
,
reportsNotEmpty
,
ECSSMaxControlledApplications
>
notEmpty
;
etl
::
map
<
uint8_t
,
reportsNotEmpty
,
ECSSMaxControlledApplication
Processe
s
>
notEmpty
;
/**
/**
* Vector containing the Report Type definitions. Each definition has its unique name of type uint8. For
* Vector containing the Report Type definitions. Each definition has its unique name of type uint8. For
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
* Map containing the Application Process definitions. Each application has its own ID. The ID is used as a
* Map containing the Application Process definitions. Each application has its own ID. The ID is used as a
* key to provide access to the list of Service Type definitions, included by the application.
* key to provide access to the list of Service Type definitions, included by the application.
*/
*/
etl
::
map
<
uint8_t
,
serviceTypeDefinitions
,
ECSSMaxControlledApplications
>
definitions
;
etl
::
map
<
uint8_t
,
serviceTypeDefinitions
,
ECSSMaxControlledApplication
Processe
s
>
definitions
;
ApplicationProcess
()
=
default
;
ApplicationProcess
()
=
default
;
};
};
...
@@ -80,7 +80,7 @@ public:
...
@@ -80,7 +80,7 @@ public:
* Map containing the Housekeeping definitions (application processes). Each application has its own ID. The ID is
* Map containing the Housekeeping definitions (application processes). Each application has its own ID. The ID is
* used as a key to provide access to the list of the Housekeeping structure IDs.
* used as a key to provide access to the list of the Housekeeping structure IDs.
*/
*/
typedef
etl
::
map
<
uint8_t
,
housekeepingStructureIds
,
ECSSMaxControlledApplications
>
definitions
;
typedef
etl
::
map
<
uint8_t
,
housekeepingStructureIds
,
ECSSMaxControlledApplication
Processe
s
>
definitions
;
HousekeepingParameterReport
()
=
default
;
HousekeepingParameterReport
()
=
default
;
};
};
...
@@ -105,7 +105,7 @@ public:
...
@@ -105,7 +105,7 @@ public:
* Map containing the Event Report Blocking definitions (applications). Each application has its own ID. The ID is
* Map containing the Event Report Blocking definitions (applications). Each application has its own ID. The ID is
* used as a key to provide access to the list of the Event Definitions.
* used as a key to provide access to the list of the Event Definitions.
*/
*/
typedef
etl
::
map
<
uint8_t
,
eventDefinitionIds
,
ECSSMaxControlledApplications
>
definitions
;
typedef
etl
::
map
<
uint8_t
,
eventDefinitionIds
,
ECSSMaxControlledApplication
Processe
s
>
definitions
;
EventReportBlocking
()
=
default
;
EventReportBlocking
()
=
default
;
};
};
...
...
This diff is collapsed.
Click to expand it.
inc/Services/RealTimeForwardingControlService.hpp
+
1
−
1
View file @
6d40c4ea
...
@@ -41,7 +41,7 @@ public:
...
@@ -41,7 +41,7 @@ public:
/**
/**
* Contains the Application IDs, controlled by the Service.
* Contains the Application IDs, controlled by the Service.
*/
*/
etl
::
vector
<
uint8_t
,
ECSSMaxControlledApplications
>
controlledApplications
;
etl
::
vector
<
uint8_t
,
ECSSMaxControlledApplication
Processe
s
>
controlledApplications
;
/**
/**
* The Application Process configuration, containing all the application process, service type and message type
* The Application Process configuration, containing all the application process, service type and message type
...
...
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