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