LVGLPlusPlus
C++ library on top of the lovely LVGL project.
Loading...
Searching...
No Matches
espRec Struct Reference

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]
 

Detailed Description

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.

Member Data Documentation

◆ heapFree

uint32_t espRec::heapFree

◆ heapLargestBlock

uint32_t espRec::heapLargestBlock

◆ heapLowWaterMark

uint32_t espRec::heapLowWaterMark

◆ heapSize

uint32_t espRec::heapSize

◆ sampleName

char espRec::sampleName[MAX_SAMPLENAME+1]

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