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
62c23b66
Commit
62c23b66
authored
2 years ago
by
kpetridis
Browse files
Options
Downloads
Patches
Plain Diff
Removed redundant Definition
parent
b809ffc1
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/ECSS_Definitions.hpp
+0
-7
0 additions, 7 deletions
inc/ECSS_Definitions.hpp
inc/Helpers/ForwardControlConfiguration.hpp
+1
-1
1 addition, 1 deletion
inc/Helpers/ForwardControlConfiguration.hpp
with
1 addition
and
8 deletions
inc/ECSS_Definitions.hpp
+
0
−
7
View file @
62c23b66
...
...
@@ -184,13 +184,6 @@ inline const uint8_t ECSSMaxReportTypeDefinitions = 20;
*/
inline
const
uint8_t
ECSSMaxServiceTypeDefinitions
=
15
;
/**
* The max number of housekeeping structure IDs per housekeeping parameter report type definition in the housekeeping
* parameter report configuration
* @see RealTimeForwardingControlService
*/
inline
const
uint8_t
ECSSMaxHousekeepingStructureIDs
=
10
;
/**
* The max number of event definition IDs per event report blocking type definition in the event report blocking
* configuration
...
...
This diff is collapsed.
Click to expand it.
inc/Helpers/ForwardControlConfiguration.hpp
+
1
−
1
View file @
62c23b66
...
...
@@ -74,7 +74,7 @@ public:
/**
* Vector containing the Housekeeping structure IDs.
*/
typedef
etl
::
vector
<
uint8_t
,
ECSSMaxHousekeepingStructure
ID
s
>
housekeepingStructureIds
;
typedef
etl
::
vector
<
uint8_t
,
ECSSMaxHousekeepingStructures
>
housekeepingStructureIds
;
/**
* Map containing the Housekeeping definitions (application processes). Each application has its own ID. The ID is
...
...
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