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
9bc44384
Unverified
Commit
9bc44384
authored
5 years ago
by
Grigoris Pavlakis
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
22749839
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/Services/Parameter.hpp
+2
-1
2 additions, 1 deletion
inc/Services/Parameter.hpp
inc/Services/ParameterService.hpp
+0
-2
0 additions, 2 deletions
inc/Services/ParameterService.hpp
with
2 additions
and
3 deletions
inc/Services/Parameter.hpp
+
2
−
1
View file @
9bc44384
...
...
@@ -20,6 +20,7 @@
* @typedef ParamId: the unique ID of a parameter, used for searching
* @typedef ValueType: the type of the parameter's value (changing types is WIP)
* @typedef UpdatePtr: pointer to a void function, with a single ValueType* argument (return address)
* @typedef Flags: container for the binary flags
*/
typedef
uint16_t
ParamId
;
typedef
uint32_t
ValueType
;
...
...
@@ -38,7 +39,7 @@ typedef etl::bitset<NUM_OF_FLAGS> Flags;
*
* Additional features (not included in standard):
* @private flags: Various binary flags (number and meaning TBD).
* Current flag meanings (starting from LSB, big-endian):
*
@warning
Current flag meanings (starting from LSB, big-endian):
* Index 0: update with priority
* Index 1: manual update available
* Index 2: automatic update available
...
...
This diff is collapsed.
Click to expand it.
inc/Services/ParameterService.hpp
+
0
−
2
View file @
9bc44384
...
...
@@ -9,10 +9,8 @@
// Number of stored parameters. MAX_PARAMS is just a dummy number for now.
#define MAX_PARAMS 5
// TODO: 2) Implement flags and use them above
// TODO: 3) Write more and better tests
// TODO: 4) Make sure that docs are up to date
// TODO: 5) Optimize stuff if possible
/**
* Implementation of the ST[20] parameter management service,
...
...
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