|
MADARA
3.1.8
|
#include <string>#include "madara/MADARA_export.h"#include "madara/utility/ScopedArray.h"#include "madara/transport/QoSTransportSettings.h"#include "madara/transport/Transport.h"#include "madara/knowledge/KnowledgeBase.h"#include "ace/SOCK_Dgram.h"#include "ace/SOCK_Dgram_Mcast.h"#include "madara/knowledge/KnowledgeRecord.h"#include "madara/expression/ExpressionTree.h"#include "madara/transport/BandwidthMonitor.h"#include "madara/threads/Threader.h"

Go to the source code of this file.
Classes | |
| class | madara::transport::MulticastTransport |
| Multicast-based transport for knowledge. More... | |
Namespaces | |
| madara | |
| Copyright (c) 2015 Carnegie Mellon University. | |
| madara::transport | |
| Provides the network transport layer for knowledge bases to communicate within and across agents. | |
This file contains the MulticastTransport class, which provides a multicast transport for sending knowledge updates in KaRL
Definition in file MulticastTransport.h.