CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::StatEntry Struct Reference

Accumulated samples of one time bin: number of samples and their value sum. More...

#include <MovingAverage.h>

Public Attributes

uint64 count
 Number of samples added to this bin.
double value
 Sum of sample values in this bin.

Detailed Description

Accumulated samples of one time bin: number of samples and their value sum.

Definition at line 18 of file MovingAverage.h.

Member Data Documentation

◆ count

uint64 cmlabs::StatEntry::count

◆ value

double cmlabs::StatEntry::value

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