7 #ifndef FW_INTERNAL_INTERFACE_STRING_HPP 8 #define FW_INTERNAL_INTERFACE_STRING_HPP 37 (void)StringBase::operator=(src);
42 (void)StringBase::operator=(src);
47 (void)StringBase::operator=(src);
51 const char*
toChar()
const {
return this->m_buf; }
NATIVE_UINT_TYPE SizeType
InternalInterfaceString & operator=(const char *src)
InternalInterfaceString(const char *src)
InternalInterfaceString & operator=(const InternalInterfaceString &src)
Definitions for ISF type serial IDs.
InternalInterfaceString()
#define FW_INTERNAL_INTERFACE_STRING_MAX_SIZE
Max size of interface string parameter type.
InternalInterfaceString(const StringBase &src)
InternalInterfaceString & operator=(const StringBase &src)
C++-compatible configuration header for fprime configuration.
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
InternalInterfaceString(const InternalInterfaceString &src)
Declares F Prime string base class.
interface string Buffer type id
StringBase::SizeType getCapacity() const
return size of buffer
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
const char * toChar() const
~InternalInterfaceString()