Cogs.Foundation
|
#include "MessageHub.h"
Namespaces | |
namespace | Cogs |
Main Cogs namespace. | |
namespace | Cogs::Network |
Functions | |
MessageHub::HubList & | Cogs::Network::allHubs () |
Retrieves the singleton instance of the global message hub list. | |
Mutex & | Cogs::Network::allHubsMutex () |
Retrieves the singleton instance of the mutex that protects the global message hub list. | |
MessageHub * | Cogs::Network::find (uint32_t hubid) |
Searches for and returns the hub with the specified ID. | |