#include <quality_summary.h>

Public Member Functions

 qval_total (const ::uint64_t qval=0, const ::uint64_t tot=0)
 
float percent_above_qval () const
 
float average () const
 

Public Attributes

::uint64_t above_qval
 
::uint64_t total
 

Detailed Description

Contains number above Q30 and total number of calls

Constructor & Destructor Documentation

qval_total ( const ::uint64_t  qval = 0,
const ::uint64_t  tot = 0 
)
inline

Constructor

Parameters
qvalcalls above given qval
tottotal number of calls

Member Function Documentation

float average ( ) const
inline

Calculate average number above Qval

Returns
average number above Qval
float percent_above_qval ( ) const
inline

Calculate the percent of calls greater than Qval

Returns
percent of calls greater than Qval

Member Data Documentation

::uint64_t above_qval

Calls above Q-val

::uint64_t total

Total number of calls


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