Cogs.Foundation
|
Go to the source code of this file.
Classes | |
class | Cogs::Network::MessageHub |
A MessageHub connects to other hubs to form a simple peer-to-peer application-internal networking system for sending and receiving messages. More... | |
class | Cogs::Network::SendOnlyMessageHub |
A MessageHub that only supports sending messages. More... | |
Namespaces | |
namespace | Cogs |
Main Cogs namespace. | |
namespace | Cogs::Network |
Variables | |
constexpr uint32_t | Cogs::Network::cApplicationHubID = 0x7FFF0000 |
constexpr uint32_t | Cogs::Network::cFirstWindowHubID = 0x7FFF1000 |