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; }
#define FW_TASK_NAME_BUFFER_SIZE
Max size of task name.
C++-compatible configuration header for fprime configuration.
Declares F Prime string base class.
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
const char * toChar() const
TaskString & operator=(const TaskString &src)
TaskString(const TaskString &src)
StringBase::SizeType getCapacity() const
return size of buffer
TaskString & operator=(const char *src)
TaskString & operator=(const StringBase &src)
TaskString(const char *src)
TaskString(const StringBase &src)