7 #ifndef FW_TLM_STRING_HPP 8 #define FW_TLM_STRING_HPP 36 (void)StringBase::operator=(src);
41 (void)StringBase::operator=(src);
46 (void)StringBase::operator=(src);
50 const char*
toChar()
const {
return this->m_buf; }
StringBase::SizeType getCapacity() const
return size of buffer
TlmString & operator=(const char *src)
NATIVE_UINT_TYPE SizeType
#define FW_TLM_STRING_MAX_SIZE
Max size of channelized telemetry string type.
TlmString(const StringBase &src)
Definitions for ISF type serial IDs.
TlmString(const char *src)
TlmString(const TlmString &src)
TlmString & operator=(const StringBase &src)
Telemetry string type id.
const char * toChar() const
C++-compatible configuration header for fprime configuration.
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
TlmString & operator=(const TlmString &src)
Declares F Prime string base class.
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)