MADARA
3.1.8
|
#include <string>
#include "madara/transport/TransportSettings.h"
#include "madara/transport/TransportContext.h"
#include "madara/knowledge/ThreadSafeContext.h"
#include "madara/utility/stdint.h"
#include "madara/MADARA_export.h"
#include "madara/filters/AggregateFilter.h"
#include "madara/filters/RecordFilter.h"
#include "madara/filters/BufferFilter.h"
#include "madara/knowledge/KnowledgeRecordFilters.h"
Go to the source code of this file.
Classes | |
class | madara::transport::QoSTransportSettings |
Container for quality-of-service settings. 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. | |
Enumerations | |
enum | madara::transport::PacketDropType { madara::transport::PACKET_DROP_DETERMINISTIC, madara::transport::PACKET_DROP_PROBABLISTIC } |
Enumeration for packet drop policy types. More... | |
This file contains the QoSTransportSettings class, which provides a settings container for quality of service parameters for transport classes
Definition in file QoSTransportSettings.h.