10 #ifndef FW_SM_SIGNAL_BUFFER_HPP 11 #define FW_SM_SIGNAL_BUFFER_HPP virtual ~SmSignalBuffer()
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...
uint8_t U8
8-bit unsigned integer
SmSignalBuffer & operator=(const SmSignalBuffer &other)
Serializable::SizeType getCapacity() const
Get buffer capacity.
U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
Implementation of malloc based allocator.
DEPRECATED(Serializable::SizeType getBuffCapacity() const, "Use getCapacity() instead")