33#include "model/comm_appmsg_bus.h"
37 std::string key =
"Internal::" + msg->GetKey();
Application layer messaging, a singleton.
void Notify(const std::shared_ptr< const AppMsg > &msg)
Send message to everyone listening to given message type.
void RegisterKey(const std::string &key)
Register a message type in list the GetActiveMessages() list.
The observable notify/listen basic nuts and bolts.
virtual const void Notify()
Notify all listeners about variable change.
Raw messages layer, supports sending and recieving navmsg messages.