7 #ifndef FW_CMD_STRING_HPP 8 #define FW_CMD_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
CmdStringArg(const StringBase &src)
Definitions for ISF type serial IDs.
CmdStringArg & operator=(const StringBase &src)
CmdStringArg(const char *src)
CmdStringArg & operator=(const CmdStringArg &src)
C++-compatible configuration header for fprime configuration.
const char * toChar() const
StringBase::SizeType getCapacity() const
return size of buffer
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
CmdStringArg & operator=(const char *src)
Declares F Prime string base class.
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
CmdStringArg(const CmdStringArg &src)
#define FW_CMD_STRING_MAX_SIZE
Max character size of command string arguments.