dsp::LevelHistory Class Referenceabstract

Logs the history of digitized data statistics. More...

#include <LevelHistory.h>

Inheritance diagram for dsp::LevelHistory:
Reference::Able Reference::HeapTracked

Public Member Functions

virtual void set_unpacker (HistUnpacker *)=0
 Set the HistUnpacker from which histogram will be recorded.
 
virtual void log_stats (std::vector< double > &mean, std::vector< double > &variance)=0
 Log the statistics of the digitized data in some form.
 
- Public Member Functions inherited from Reference::Able
 Able (const Able &)
 
Ableoperator= (const Able &)
 
unsigned get_reference_count () const
 
- Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
 
HeapTrackedoperator= (const HeapTracked &)
 
bool __is_on_heap () const
 

Additional Inherited Members

- Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
 
- Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
 
static void operator delete (void *location, void *ptr)
 
static void operator delete (void *location)
 
static size_t get_heap_queue_size ()
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

Logs the history of digitized data statistics.


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

Generated using doxygen 1.8.17