qval_total Struct Reference
#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
|
inline |
Constructor
- Parameters
-
qval calls above given qval tot total number of calls
Member Function Documentation
|
inline |
Calculate average number above Qval
- Returns
- average number above Qval
|
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:
- /io/interop/logic/summary/quality_summary.h