11 #ifndef FW_TLM_BUFFER_HPP 12 #define FW_TLM_BUFFER_HPP PlatformSizeType FwSizeType
Definitions for ISF type serial IDs.
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...
TlmBuffer & operator=(const TlmBuffer &other)
U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
uint8_t U8
8-bit unsigned integer
FwSizeType getCapacity() const
Get buffer capacity.
Telemetry Buffer type id.
DEPRECATED(FwSizeType getBuffCapacity() const, "Use getCapacity() instead")
Implementation of malloc based allocator.