1 #ifndef RHESUS_COMPONENTDATA_H_
2 #define RHESUS_COMPONENTDATA_H_
7 #include "../Utilities/Generic.h"
8 #include "../Tasks/Mutex.h"
14 namespace InterCommunication
33 void Set(std::string key, T value);
40 T
Get(std::string key);
48 typedef std::hash_map<std::string, Rhesus::Toolkit::Utilities::Generic> DataMap;
52 Rhesus::Toolkit::Tasks::Mutex m_syncObject;