7 #ifndef OS_TASK_STRING_HPP 8 #define OS_TASK_STRING_HPP 31 (void)StringBase::operator=(src);
36 (void)StringBase::operator=(src);
41 (void)StringBase::operator=(src);
45 const char*
toChar()
const {
return this->m_buf; }
47 StringBase::SizeType
getCapacity()
const {
return sizeof this->m_buf; }
TaskString & operator=(const char *src)
TaskString(const TaskString &src)
const char * toChar() const
#define FW_TASK_NAME_BUFFER_SIZE
Max size of task name.
C++-compatible configuration header for fprime configuration.
TaskString(const char *src)
StringBase::SizeType getCapacity() const
return size of buffer
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
TaskString & operator=(const TaskString &src)
TaskString(const StringBase &src)
Declares F Prime string base class.
TaskString & operator=(const StringBase &src)
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)