|
MADARA
3.1.8
|
#include <deque>#include <time.h>#include "madara/LockType.h"#include "madara/utility/stdint.h"#include "ace/Guard_T.h"#include "ace/Recursive_Thread_Mutex.h"#include "madara/MADARA_export.h"#include "BandwidthMonitor.inl"

Go to the source code of this file.
Classes | |
| class | madara::transport::BandwidthMonitor |
| Provides monitoring capability of a transport's bandwidth. 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. | |
Typedefs | |
| typedef std::deque< BandwidthRecord > | madara::transport::BandwidthMessages |
| typedef std::pair< time_t, uint64_t > | madara::transport::BandwidthRecord |
This file contains the BandwidthMonitor class, which is intended to monitor bandwidth utilization of a transport
Definition in file BandwidthMonitor.h.