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
d7424bb8
Commit
d7424bb8
authored
5 years ago
by
athatheo
Browse files
Options
Downloads
Patches
Plain Diff
v2.7.0
Changed comments
parent
601796cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inc/Services/EventActionService.hpp
+6
-10
6 additions, 10 deletions
inc/Services/EventActionService.hpp
with
6 additions
and
10 deletions
inc/Services/EventActionService.hpp
+
6
−
10
View file @
d7424bb8
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#include
"Service.hpp"
#include
"Service.hpp"
#include
"MessageParser.hpp"
#include
"MessageParser.hpp"
#include
"etl/String.hpp"
#include
"etl/String.hpp"
#include
<
Services/EventReportService.hpp
>
#include
"
Services/EventReportService.hpp
"
#include
"etl/multimap.h"
#include
"etl/multimap.h"
/**
/**
...
@@ -12,22 +12,18 @@
...
@@ -12,22 +12,18 @@
*
*
* ECSS 8.19 && 6.19
* ECSS 8.19 && 6.19
*
*
*
N
ote: Make sure to check the note in the addEventActionDefinition()
*
@n
ote: Make sure to check the note in the addEventActionDefinition()
*
N
ote: A third variable was added, the eventActionDefinitionID. This was added for the purpose of identifying
*
@n
ote: A third variable was added, the eventActionDefinitionID. This was added for the purpose of identifying
* various eventActionDefinitions that correspond to the same eventDefinitionID. The goal is to have multiple actions
* various eventActionDefinitions that correspond to the same eventDefinitionID. The goal is to have multiple actions
* be executed when one event takes place. This defies the standard.
* be executed when one event takes place. This defies the standard.
*
N
ote: The application ID was decided to be abolished as an identifier of the event-action
*
@n
ote: The application ID was decided to be abolished as an identifier of the event-action
* definition
* definition
*
IMPORTANT
: Every event action definition ID should be different, regardless of the application ID
*
@attention
: Every event action definition ID should be different, regardless of the application ID
*
*
* @todo: Use an etl::list instead of eventActionDefinitionArray
* @todo: (Possible) Use a etl::map for eventActionDefinitionArray
* @todo: check if executeAction should accept applicationID too
* @todo: Since there are multiple actions per event and in delete/enable/disable functions are
* @todo: Since there are multiple actions per event and in delete/enable/disable functions are
* multiple instances are accessed, should I find a more efficient way to access them?
* multiple instances are accessed, should I find a more efficient way to access them?
* @todo: check if eventActionFunctionStatus should be private or not
* @todo: check if eventActionFunctionStatus should be private or not
* @todo: check if eventAction array of definitions should be private or not
* @todo: check if eventAction map of definitions should be private or not
* @todo: check size of eventActionDefinitionArray
*/
*/
class
EventActionService
:
public
Service
{
class
EventActionService
:
public
Service
{
private:
private:
...
...
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