31 return sizeof(this->m_bufferData);
34 FwSizeType LogBuffer::getBuffCapacity()
const {
39 return this->m_bufferData;
43 return this->m_bufferData;
Serialization/Deserialization operation was successful.
U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
PlatformSizeType FwSizeType
Serializable::SizeType getSize() const override
Get current buffer size.
FwSizeType getCapacity() const
Get buffer capacity.
SerializeStatus
forward declaration for string
LogBuffer & operator=(const LogBuffer &other)
SerializeStatus setBuff(const U8 *src, Serializable::SizeType length) override
Set buffer contents from external source.
uint8_t U8
8-bit unsigned integer
Implementation of malloc based allocator.