32 #ifndef _APP_MSG_BUS_H
33 #define _APP_MSG_BUS_H
39 #include "model/comm_appmsg.h"
45 void Notify(std::shared_ptr<const AppMsg> msg);
Application layer messaging, a singleton.
void set_priority(AppMsg::Type data, const NavAddr &src, unsigned prio)
Set the priority for a given data source providing data.
void Notify(std::shared_ptr< const AppMsg > msg)
Send message to everyone listening to given message type.
Where messages are sent to or received from.