36 std::string key =
"Internal::" + msg->GetKey();
38 obs::Observable(*msg).Notify(msg);
Application layer messaging, a singleton.
void Notify(const std::shared_ptr< const AppMsg > &msg)
Send message to everyone listening to given message type.
bool RegisterKey(const std::string &key)
Register a message type in list the GetActiveMessages() list.
Decoded messages send/receive support.
Raw messages layer, supports sending and recieving navmsg messages.