Skip to content
Snippets Groups Projects
Commit 0f05698b authored by thodkatz's avatar thodkatz
Browse files

Minor changes

parent 819667ff
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ public: ...@@ -20,7 +20,7 @@ public:
* @todo Implement the execute() in the upcoming services or generally in the upcoming * @todo Implement the execute() in the upcoming services or generally in the upcoming
* activities * activities
*/ */
static void execute(Message &message); static void execute(Message& message);
/** /**
* Parse a message that contains the CCSDS and ECSS packet headers, as well as the data * Parse a message that contains the CCSDS and ECSS packet headers, as well as the data
......
Subproject commit 62460fafe6b54c3173bc5cbc46d05a5f071017ff Subproject commit d63307279412de3870cf97cc6802bae8ab36089e
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
EventActionService & eventActionService = Services.eventAction; EventActionService & eventActionService = Services.eventAction;
TEST_CASE("Add event-action definitions TC[19,1]", "[service][st19]") { TEST_CASE("Add event-action definitions TC[19,1]", "[service][st19]") {
EventActionService & eventActionService = Services.eventAction;
char checkstring[256]; char checkstring[256];
Message message(19, 1, Message::TC, 0); Message message(19, 1, Message::TC, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment