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
123e0db5
Commit
123e0db5
authored
6 years ago
by
thodkatz
Browse files
Options
Downloads
Patches
Plain Diff
Better documentation
parent
095225e6
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/Services/RequestVerificationService.hpp
+11
-11
11 additions, 11 deletions
inc/Services/RequestVerificationService.hpp
with
11 additions
and
11 deletions
inc/Services/RequestVerificationService.hpp
+
11
−
11
View file @
123e0db5
...
...
@@ -6,7 +6,7 @@
/**
* Implementation of the ST[01] request verification service
*
* Note:For the time being the cause(routing, acceptance, execution), that functions of ST[01]
* Note:For the time being
,
the cause(routing, acceptance, execution), that functions of ST[01]
* should be called, hasn't been implemented yet. In main.cpp there are some random calls with
* dummy values.
*
...
...
@@ -24,8 +24,8 @@ public:
* TM[1,1] successful acceptance verification report
*
* Take a Message& reference as argument, that contains the necessary data to send the report.
* The data is actually some
class variable
s of Message that contain the basic info of the
* telecommand packet that accepted successfully
and the format is defined from the standard
* The data is actually some
data member
s of Message that contain the basic info of the
* telecommand packet that accepted successfully
*
*/
void
successAcceptanceVerification
(
Message
&
request
);
...
...
@@ -34,8 +34,8 @@ public:
* TM[1,2] failed acceptance verification report
*
* Take a Message& reference as argument, that contains the necessary data to send the report.
* The data is actually some
class variable
s of Message that contain the basic info of the
* telecommand packet that fail to be accepted
and the format is defined from the standard
* The data is actually some
data member
s of Message that contain the basic info of the
* telecommand packet that fail
ed
to be accepted
*
*/
void
failAcceptanceVerification
(
Message
&
request
);
...
...
@@ -45,8 +45,8 @@ public:
* TM[1,7] successful completion of execution verification report
*
* Take a Message& reference as argument, that contains the necessary data to send the report.
* The data is actually
some class variable
s of Message that contain the basic info of the
* telecommand packet that executed successfully
and the format is defined from the standard
* The data is actually
data member
s of Message that contain the basic info of the
* telecommand packet that executed successfully
*
*/
void
successExecutionVerification
(
Message
&
request
);
...
...
@@ -55,8 +55,8 @@ public:
* TM[1,8] failed completion of execution verification report
*
* Take a Message& reference as argument, that contains the necessary data to send the report.
* The data is actually some
class variable
s of Message that contain the basic info of the
* telecommand packet that fail to be executed
and the format is defined from the standard
* The data is actually some
data member
s of Message that contain the basic info of the
* telecommand packet that fail
ed
to be executed
*
*/
void
failExecutionVerification
(
Message
&
request
);
...
...
@@ -65,8 +65,8 @@ public:
* TM[1,10] failed routing verification report
*
* Take a Message& reference as argument, that contains the necessary data to send the report.
* The data is actually some
class variable
s of Message that contain the basic info of the
* telecommand packet that fail the routing
and the format is defined from the standard
* The data is actually some
data member
s of Message that contain the basic info of the
* telecommand packet that fail
ed
the routing
*
*/
void
failRoutingVerification
(
Message
&
request
);
...
...
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