MADARA  3.1.8
BandwidthMonitor.h File Reference
#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"
Include dependency graph for BandwidthMonitor.h:
This graph shows which files directly or indirectly include this file:

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.