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
9a794845
Commit
9a794845
authored
6 years ago
by
thodkatz
Browse files
Options
Downloads
Patches
Plain Diff
Initial structure of TC[9,128],a mission specific subservice
parent
38cb7a59
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/TimeManagementService.hpp
+12
-0
12 additions, 0 deletions
inc/Services/TimeManagementService.hpp
src/Services/TimeManagementService.cpp
+4
-0
4 additions, 0 deletions
src/Services/TimeManagementService.cpp
with
16 additions
and
0 deletions
inc/Services/TimeManagementService.hpp
+
12
−
0
View file @
9a794845
...
@@ -31,6 +31,18 @@ public:
...
@@ -31,6 +31,18 @@ public:
* or should ignore the standard?
* or should ignore the standard?
*/
*/
void
cucTimeReport
();
void
cucTimeReport
();
/**
* TC[9,128]
*
* This function is a custom subservice(mission specific) with message type 128(as defined
* from the standard for custom message types, 5.3.3.1.f) and it parses the data of the
* time-management telecommand packet
*
* @param messageTime The class-member `data` of /p has the data for the time configuration
* (a CUC format as described in the documentation of the class TimeHelper)
*/
void
parseTime
(
Message
&
messageTime
);
};
};
...
...
This diff is collapsed.
Click to expand it.
src/Services/TimeManagementService.cpp
+
4
−
0
View file @
9a794845
...
@@ -18,3 +18,7 @@ void TimeManagementService::cucTimeReport() {
...
@@ -18,3 +18,7 @@ void TimeManagementService::cucTimeReport() {
storeMessage
(
timeReport
);
storeMessage
(
timeReport
);
}
}
void
TimeManagementService
::
parseTime
(
Message
&
messageTime
)
{
}
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