|
MADARA
3.4.1
|
#include <string>#include "madara/transport/TransportSettings.h"#include "madara/transport/TransportContext.h"#include "madara/knowledge/ThreadSafeContext.h"#include "madara/utility/StdInt.h"#include "madara/MadaraExport.h"#include "madara/filters/AggregateFilter.h"#include "madara/filters/RecordFilter.h"#include "madara/filters/BufferFilter.h"#include "madara/knowledge/KnowledgeRecordFilters.h"#include <jni.h>#include <boost/python.hpp>Go to the source code of this file.
Classes | |
| class | madara::transport::QoSTransportSettings |
| Container for quality-of-service settings. More... | |
Namespaces | |
| madara | |
| Copyright(c) 2020 Galois. | |
| 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.