7 #ifndef FW_PARAM_STRING_HPP 8 #define FW_PARAM_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; }
NATIVE_UINT_TYPE SizeType
ParamString(const char *src)
ParamString & operator=(const StringBase &src)
StringBase::SizeType getCapacity() const
return size of buffer
Definitions for ISF type serial IDs.
const char * toChar() const
ParamString & operator=(const char *src)
C++-compatible configuration header for fprime configuration.
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
ParamString & operator=(const ParamString &src)
ParamString(const ParamString &src)
Declares F Prime string base class.
#define FW_PARAM_STRING_MAX_SIZE
Max size of parameter string type.
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
Parameter string type id.
ParamString(const StringBase &src)