Skip to content
Snippets Groups Projects
Commit 4920d5d2 authored by athatheocsd's avatar athatheocsd
Browse files

Classes created

parent 4580d6ba
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ add_library(common OBJECT
src/Services/MemoryManagementService.cpp
src/Services/ParameterService.cpp
src/Services/RequestVerificationService.cpp
src/Services/TestService.cpp)
src/Services/TestService.cpp inc/Services/EventActionService.hpp src/Services/EventActionService.cpp)
# Specify the .cpp files for the executables
add_executable(ecss_services
......
#ifndef ECSS_SERVICES_EVENTACTIONSERVICE_HPP
#define ECSS_SERVICES_EVENTACTIONSERVICE_HPP
#include "Service.hpp"
class EventActionService : public Service {
public:
EventActionService(){
serviceType = 19;
}
};
#endif //ECSS_SERVICES_EVENTACTIONSERVICE_HPP
#include "Services/EventActionService.hpp"
#include "Message.hpp"
#include "MessageParser.hpp"
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