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