m2etis
0.4
|
#include <algorithm>
#include <string>
#include <vector>
#include "m2etis/message/MessageType.h"
#include "m2etis/message/info/routing/DirectBroadcastRoutingInfo.h"
#include "m2etis/pubsub/PubSubSystemEnvironment.h"
#include "m2etis/pubsub/routing/BaseRouting.h"
Go to the source code of this file.
Classes | |
class | m2etis::pubsub::routing::DirectBroadcastRouting< NetworkType > |
creates connections between every single node and sends messages directly, so every node is a root node for its connections doesn't work with GMSOrder because it doesn't use publish messages but notifies directly More... | |
Namespaces | |
m2etis | |
m2etis::pubsub | |
m2etis::pubsub::routing | |