12 #ifndef FW_COM_BUFFER_HPP 13 #define FW_COM_BUFFER_HPP PlatformSizeType FwSizeType
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...
DEPRECATED(FwSizeType getBuffCapacity() const, "Use getCapacity() instead")
U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
ComBuffer & operator=(const ComBuffer &other)
uint8_t U8
8-bit unsigned integer
FwSizeType getCapacity() const
Get buffer capacity.
Implementation of malloc based allocator.