12 #ifndef FW_LOG_BUFFER_HPP 13 #define FW_LOG_BUFFER_HPP U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
PlatformSizeType FwSizeType
FwSizeType getCapacity() const
Get buffer capacity.
Definitions for ISF type serial IDs.
static constexpr Serializable::SizeType STATIC_SERIALIZED_SIZE(Serializable::SizeType maxSize)
Get the static serialized size of a buffer This is the max size of the buffer data plus the size of t...
LogBuffer & operator=(const LogBuffer &other)
uint8_t U8
8-bit unsigned integer
DEPRECATED(FwSizeType getBuffCapacity() const, "Use getCapacity() instead")
Implementation of malloc based allocator.