From a2c88551fcefc9c21194252f05a53354e2aa8d8c Mon Sep 17 00:00:00 2001 From: Luca Erbetta <luca.erbetta@skywarder.eu> Date: Wed, 27 Feb 2019 22:56:22 +0100 Subject: [PATCH] [EventGen] Use DeathStackBoard namespace --- scripts/event_header_generator/EventFunctions.cpp.template | 2 +- scripts/event_header_generator/Events.h.template | 2 +- scripts/event_header_generator/Topics.h.template | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/event_header_generator/EventFunctions.cpp.template b/scripts/event_header_generator/EventFunctions.cpp.template index 18f769070..34feee56a 100644 --- a/scripts/event_header_generator/EventFunctions.cpp.template +++ b/scripts/event_header_generator/EventFunctions.cpp.template @@ -35,7 +35,7 @@ #include <map> -namespace HomeoneBoard +namespace DeathStackBoard {{ string getEventString(uint8_t event) diff --git a/scripts/event_header_generator/Events.h.template b/scripts/event_header_generator/Events.h.template index 2c4937a1f..d47404cce 100644 --- a/scripts/event_header_generator/Events.h.template +++ b/scripts/event_header_generator/Events.h.template @@ -43,7 +43,7 @@ using std::string; using std::map; -namespace HomeoneBoard +namespace DeathStackBoard {{ /** * Definition of all events in the Homeone Board software diff --git a/scripts/event_header_generator/Topics.h.template b/scripts/event_header_generator/Topics.h.template index 43e72f730..fb9c58a5b 100644 --- a/scripts/event_header_generator/Topics.h.template +++ b/scripts/event_header_generator/Topics.h.template @@ -38,7 +38,7 @@ using std::map; using std::string; -namespace HomeoneBoard +namespace DeathStackBoard {{ /** * Definition of various event topics to use in the EventBroker @@ -56,6 +56,6 @@ enum Topics : uint8_t */ string getTopicString(uint8_t topic); -}} // namespace HomeoneBoard +}} // namespace DeathStackBoard #endif /* SRC_SHARED_BOARDS_HOMEONE_TOPICS_H_ */ -- GitLab