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
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
#include <map>
namespace HomeoneBoard
namespace DeathStackBoard
{{
string getEventString(uint8_t event)
......
......@@ -43,7 +43,7 @@
using std::string;
using std::map;
namespace HomeoneBoard
namespace DeathStackBoard
{{
/**
* Definition of all events in the Homeone Board software
......
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment