8 FW_ASSERT(size <=
sizeof(this->m_bufferData));
22 FW_ASSERT(other.getBuffAddr() !=
nullptr);
23 FW_ASSERT(other.getBuffLength() <=
sizeof(this->m_bufferData));
43 return sizeof(this->m_bufferData);
47 return this->m_bufferData;
51 return this->m_bufferData;
Serialization/Deserialization operation was successful.
virtual ~SmSignalBuffer()
SerializeStatus
forward declaration for string
Serializable::SizeType getBuffLength() const
returns current buffer size
uint8_t U8
8-bit unsigned integer
SmSignalBuffer & operator=(const SmSignalBuffer &other)
SerializeStatus setBuff(const U8 *src, Serializable::SizeType length)
sets buffer contents and size
U8 * getBuffAddr()
gets buffer address for data filling
Serializable::SizeType getBuffCapacity() const
returns capacity, not current size, of buffer