Skip to content
Snippets Groups Projects
Commit a2c88551 authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

[EventGen] Use DeathStackBoard namespace

parent 1b173753
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <map> #include <map>
namespace HomeoneBoard namespace DeathStackBoard
{{ {{
string getEventString(uint8_t event) string getEventString(uint8_t event)
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
using std::string; using std::string;
using std::map; using std::map;
namespace HomeoneBoard namespace DeathStackBoard
{{ {{
/** /**
* Definition of all events in the Homeone Board software * Definition of all events in the Homeone Board software
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
using std::map; using std::map;
using std::string; using std::string;
namespace HomeoneBoard namespace DeathStackBoard
{{ {{
/** /**
* Definition of various event topics to use in the EventBroker * Definition of various event topics to use in the EventBroker
...@@ -56,6 +56,6 @@ enum Topics : uint8_t ...@@ -56,6 +56,6 @@ enum Topics : uint8_t
*/ */
string getTopicString(uint8_t topic); string getTopicString(uint8_t topic);
}} // namespace HomeoneBoard }} // namespace DeathStackBoard
#endif /* SRC_SHARED_BOARDS_HOMEONE_TOPICS_H_ */ #endif /* SRC_SHARED_BOARDS_HOMEONE_TOPICS_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment