Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Struct with fixed length, useful when sending as payload. 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 [S - 1] |
Pointer to the array storing the difference of elements compared to the previous element. More... | |
Struct with fixed length, useful when sending as payload.
int8_t differential_buffer_fixed_t< T, S >::array[S - 1] |
Pointer to the array storing the difference of elements compared to the previous element.
T differential_buffer_fixed_t< T, S >::firstVal |
Value of the oldest element in the buffer.
T differential_buffer_fixed_t< T, S >::lastVal |
Value of the newest element in the buffer.
uint16_t differential_buffer_fixed_t< T, S >::length |
Number of elements stored in this struct.