MADARA  3.2.3
BandwidthMonitor.h File Reference
#include <deque>
#include <time.h>
#include "madara/LockType.h"
#include "madara/utility/StdInt.h"
#include "madara/MadaraExport.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
 

Detailed Description

Author
James Edmondson jedmo.nosp@m.ndso.nosp@m.n@gma.nosp@m.il.c.nosp@m.om

This file contains the BandwidthMonitor class, which is intended to monitor bandwidth utilization of a transport

Definition in file BandwidthMonitor.h.