OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
contrail::sandesh::DSAvg< ElemT, AvgResT > Class Template Reference

#include <derived_stats_algo.h>

Inheritance diagram for contrail::sandesh::DSAvg< ElemT, AvgResT >:
Collaboration diagram for contrail::sandesh::DSAvg< ElemT, AvgResT >:

Public Member Functions

 DSAvg (const std::string &annotation)
 
virtual DSReturnType FillResult (AvgResT &res) const
 
- Public Member Functions inherited from contrail::sandesh::DSSum< ElemT, AvgResT >
 DSSum (const std::string &annotation)
 
virtual void Purge (uint64_t mono_usec)
 
virtual void Update (const ElemT &raw, uint64_t mono_usec)
 

Additional Inherited Members

- Public Attributes inherited from contrail::sandesh::DSSum< ElemT, AvgResT >
uint64_t samples_
 
AvgResT value_
 
map< uint64_t, pair< uint64_t,
ElemT > > 
history_buf_
 
uint64_t range_usecs_
 
uint8_t shifter_
 
uint64_t start_tbin_
 
uint64_t last_tbin_
 

Detailed Description

template<typename ElemT, class AvgResT>
class contrail::sandesh::DSAvg< ElemT, AvgResT >

Definition at line 362 of file derived_stats_algo.h.

Constructor & Destructor Documentation

template<typename ElemT , class AvgResT >
contrail::sandesh::DSAvg< ElemT, AvgResT >::DSAvg ( const std::string &  annotation)
inline

Definition at line 364 of file derived_stats_algo.h.

Member Function Documentation

template<typename ElemT , class AvgResT >
virtual DSReturnType contrail::sandesh::DSAvg< ElemT, AvgResT >::FillResult ( AvgResT &  res) const
inlinevirtual

Reimplemented from contrail::sandesh::DSSum< ElemT, AvgResT >.

Definition at line 366 of file derived_stats_algo.h.


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