LVGLPlusPlus
C++ library on top of the lovely LVGL project.
|
Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well. More...
#include <lvppUtils.h>
Public Attributes | |
uint32_t | heapFree |
uint32_t | heapSize |
uint32_t | heapLargestBlock |
uint32_t | heapLowWaterMark |
char | sampleName [MAX_SAMPLENAME+1] |
Struct which holds the data taken in each sample for espSystats class. A typedef of espRec_t is created for ease of use as well.
uint32_t espRec::heapFree |
uint32_t espRec::heapLargestBlock |
uint32_t espRec::heapLowWaterMark |
uint32_t espRec::heapSize |
char espRec::sampleName[MAX_SAMPLENAME+1] |