Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Struct with dynamic length, used by StackBuffer class. More...
#include <cs_DifferentialBuffer.h>
Public Attributes | |
uint16_t | length |
Number of elements stored in this struct. More... | |
T | firstVal |
Value of the oldest element in the buffer. More... | |
T | lastVal |
Value of the newest element in the buffer. More... | |
int8_t | array [1] |
Pointer to the array storing the difference of elements compared to the previous element. More... | |
Struct with dynamic length, used by StackBuffer class.
int8_t differential_buffer_t< T >::array[1] |
Pointer to the array storing the difference of elements compared to the previous element.
T differential_buffer_t< T >::firstVal |
Value of the oldest element in the buffer.
T differential_buffer_t< T >::lastVal |
Value of the newest element in the buffer.
uint16_t differential_buffer_t< T >::length |
Number of elements stored in this struct.