Public Types | Public Member Functions | Public Attributes
ectools::ecstats_< ContainerAllocator > Struct Template Reference

#include <ecstats.h>

List of all members.

Public Types

typedef uint8_t _has_link_type
typedef double _interval_bandwidth_mbps_type
typedef uint64_t _interval_dropped_packets_type
typedef uint64_t _interval_late_packets_type
typedef int32_t _interval_min_device_count_type
typedef uint64_t _interval_sent_packets_type
typedef int32_t _max_device_count_type
typedef double _total_bandwidth_mbps_type
typedef uint64_t _total_dropped_packets_type
typedef uint64_t _total_late_packets_type
typedef uint64_t _total_sent_packets_type
typedef boost::shared_ptr
< ::ectools::ecstats_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::ectools::ecstats_
< ContainerAllocator > > 
Ptr
typedef ecstats_
< ContainerAllocator > 
Type

Public Member Functions

 ecstats_ ()
 ecstats_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
uint8_t has_link
double interval_bandwidth_mbps
uint64_t interval_dropped_packets
uint64_t interval_late_packets
int32_t interval_min_device_count
uint64_t interval_sent_packets
int32_t max_device_count
double total_bandwidth_mbps
uint64_t total_dropped_packets
uint64_t total_late_packets
uint64_t total_sent_packets

Detailed Description

template<class ContainerAllocator>
struct ectools::ecstats_< ContainerAllocator >

Definition at line 21 of file ecstats.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef uint8_t ectools::ecstats_< ContainerAllocator >::_has_link_type

Definition at line 54 of file ecstats.h.

template<class ContainerAllocator >
typedef double ectools::ecstats_< ContainerAllocator >::_interval_bandwidth_mbps_type

Definition at line 84 of file ecstats.h.

template<class ContainerAllocator >
typedef uint64_t ectools::ecstats_< ContainerAllocator >::_interval_dropped_packets_type

Definition at line 72 of file ecstats.h.

template<class ContainerAllocator >
typedef uint64_t ectools::ecstats_< ContainerAllocator >::_interval_late_packets_type

Definition at line 78 of file ecstats.h.

template<class ContainerAllocator >
typedef int32_t ectools::ecstats_< ContainerAllocator >::_interval_min_device_count_type

Definition at line 60 of file ecstats.h.

template<class ContainerAllocator >
typedef uint64_t ectools::ecstats_< ContainerAllocator >::_interval_sent_packets_type

Definition at line 66 of file ecstats.h.

template<class ContainerAllocator >
typedef int32_t ectools::ecstats_< ContainerAllocator >::_max_device_count_type

Definition at line 57 of file ecstats.h.

template<class ContainerAllocator >
typedef double ectools::ecstats_< ContainerAllocator >::_total_bandwidth_mbps_type

Definition at line 81 of file ecstats.h.

template<class ContainerAllocator >
typedef uint64_t ectools::ecstats_< ContainerAllocator >::_total_dropped_packets_type

Definition at line 69 of file ecstats.h.

template<class ContainerAllocator >
typedef uint64_t ectools::ecstats_< ContainerAllocator >::_total_late_packets_type

Definition at line 75 of file ecstats.h.

template<class ContainerAllocator >
typedef uint64_t ectools::ecstats_< ContainerAllocator >::_total_sent_packets_type

Definition at line 63 of file ecstats.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::ectools::ecstats_<ContainerAllocator> const> ectools::ecstats_< ContainerAllocator >::ConstPtr

Definition at line 89 of file ecstats.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::ectools::ecstats_<ContainerAllocator> > ectools::ecstats_< ContainerAllocator >::Ptr

Definition at line 88 of file ecstats.h.

template<class ContainerAllocator >
typedef ecstats_<ContainerAllocator> ectools::ecstats_< ContainerAllocator >::Type

Definition at line 22 of file ecstats.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
ectools::ecstats_< ContainerAllocator >::ecstats_ ( ) [inline]

Definition at line 24 of file ecstats.h.

template<class ContainerAllocator >
ectools::ecstats_< ContainerAllocator >::ecstats_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 39 of file ecstats.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > ectools::ecstats_< ContainerAllocator >::__connection_header

Definition at line 90 of file ecstats.h.

template<class ContainerAllocator >
uint8_t ectools::ecstats_< ContainerAllocator >::has_link

Definition at line 55 of file ecstats.h.

template<class ContainerAllocator >
double ectools::ecstats_< ContainerAllocator >::interval_bandwidth_mbps

Definition at line 85 of file ecstats.h.

template<class ContainerAllocator >
uint64_t ectools::ecstats_< ContainerAllocator >::interval_dropped_packets

Definition at line 73 of file ecstats.h.

template<class ContainerAllocator >
uint64_t ectools::ecstats_< ContainerAllocator >::interval_late_packets

Definition at line 79 of file ecstats.h.

template<class ContainerAllocator >
int32_t ectools::ecstats_< ContainerAllocator >::interval_min_device_count

Definition at line 61 of file ecstats.h.

template<class ContainerAllocator >
uint64_t ectools::ecstats_< ContainerAllocator >::interval_sent_packets

Definition at line 67 of file ecstats.h.

template<class ContainerAllocator >
int32_t ectools::ecstats_< ContainerAllocator >::max_device_count

Definition at line 58 of file ecstats.h.

template<class ContainerAllocator >
double ectools::ecstats_< ContainerAllocator >::total_bandwidth_mbps

Definition at line 82 of file ecstats.h.

template<class ContainerAllocator >
uint64_t ectools::ecstats_< ContainerAllocator >::total_dropped_packets

Definition at line 70 of file ecstats.h.

template<class ContainerAllocator >
uint64_t ectools::ecstats_< ContainerAllocator >::total_late_packets

Definition at line 76 of file ecstats.h.

template<class ContainerAllocator >
uint64_t ectools::ecstats_< ContainerAllocator >::total_sent_packets

Definition at line 64 of file ecstats.h.


The documentation for this struct was generated from the following file:


ectools
Author(s): Derek King
autogenerated on Sat Dec 28 2013 17:52:56