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
e3ef9df5
"...flask-covid19.git" did not exist on "cf7f170ab4516d1d0d343e4283143dd29e4e70dc"
Unverified
Commit
e3ef9df5
authored
6 years ago
by
Dimitrios Stoupis
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation for some obscure points
parent
970fb716
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/ECSS_Definitions.hpp
+18
-0
18 additions, 0 deletions
inc/ECSS_Definitions.hpp
with
18 additions
and
0 deletions
inc/ECSS_Definitions.hpp
+
18
−
0
View file @
e3ef9df5
...
@@ -15,14 +15,32 @@
...
@@ -15,14 +15,32 @@
// 9.3.1a.1.e
// 9.3.1a.1.e
#define ECSS_SEQUENCE_FLAGS 0x3
#define ECSS_SEQUENCE_FLAGS 0x3
/**
* @brief Maximum number of TC requests that can be contained in a single message request
* @details This definition accounts for the maximum number of TC packet requests that can be
* contained in the message of a request. This was defined for the time based command scheduling
* service and specifically to address the needs of the sub-services containing a TC packet in
* their message request.
* @attention This definition is probably dependent on the ECSS_TC_REQUEST_STRING_SIZE
*/
#define ECSS_MAX_REQUEST_COUNT 20 // todo: Needs to be defined
#define ECSS_MAX_REQUEST_COUNT 20 // todo: Needs to be defined
/**
* @brief Maximum length of a String converted TC packet message
* @details This definition refers to the maximum length that an embedded TC packet, meaning a TC
* packet contained in a message request as a part of the request.
*/
#define ECSS_TC_REQUEST_STRING_SIZE 64
#define ECSS_TC_REQUEST_STRING_SIZE 64
// todo: Define the maximum number of activities
// todo: Define the maximum number of activities
#define ECSS_MAX_NUMBER_OF_TIME_SCHED_ACTIVITIES 10
#define ECSS_MAX_NUMBER_OF_TIME_SCHED_ACTIVITIES 10
// todo: Define the time margin for the command activation
// todo: Define the time margin for the command activation
/**
* @brief Time margin used in the time based command scheduling service ST[11]
* @details This defines the time margin in seconds, from the current rime, that an activity must
* have in order
*/
#define ECSS_TIME_MARGIN_FOR_ACTIVATION 60
#define ECSS_TIME_MARGIN_FOR_ACTIVATION 60
// todo: Define the maximum delta between the specified
// todo: Define the maximum delta between the specified
...
...
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