Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <logging/cs_Logger.h>
#include <cstdlib>
#include "common/cs_Types.h"
#include "util/cs_BleError.h"
Go to the source code of this file.
Classes | |
struct | stack_buffer_t< T > |
Struct with dynamic length, used by StackBuffer class. More... | |
struct | stack_buffer_fixed_t< T, S > |
Struct with fixed length, useful when sending as payload. More... | |
class | StackBuffer< T > |