F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
Variables
b
c
f
g
k
l
m
o
p
r
s
t
u
w
z
Typedefs
a
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
f
h
i
k
n
o
p
s
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
e
f
i
m
r
s
t
w
Enumerations
b
c
d
f
g
h
m
o
q
r
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Related Symbols
:
a
b
c
d
f
g
h
l
p
q
r
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
f
g
i
m
p
r
s
t
u
Variables
_
b
c
f
g
i
l
p
r
s
w
Typedefs
a
b
c
e
f
i
n
p
s
t
u
Enumerations
Enumerator
a
b
c
f
g
h
p
r
s
t
Macros
_
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
►
F´ Flight Software - C/C++ Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TaskString.hpp
Go to the documentation of this file.
1
#ifndef OS_TASK_STRING_TYPE_HPP
2
#define OS_TASK_STRING_TYPE_HPP
3
4
#include <
FpConfig.hpp
>
5
#include <
Fw/Types/StringType.hpp
>
6
7
namespace
Os
{
8
9
class
TaskString
:
public
Fw::StringBase
{
10
public
:
11
12
TaskString
(
const
char
* src);
13
TaskString
(
const
StringBase
& src);
14
TaskString
(
const
TaskString
& src);
15
TaskString
();
16
TaskString
&
operator=
(
const
TaskString
& other);
17
TaskString
&
operator=
(
const
StringBase
& other);
18
TaskString
&
operator=
(
const
char
* other);
19
~TaskString
();
20
21
const
char
*
toChar
()
const
;
22
NATIVE_UINT_TYPE
getCapacity
()
const
;
23
24
private
:
25
26
char
m_buf[
FW_TASK_NAME_MAX_SIZE
];
27
28
};
9
class
TaskString
:
public
Fw::StringBase
{
…
};
29
30
}
31
32
#endif
NATIVE_UINT_TYPE
PlatformUIntType NATIVE_UINT_TYPE
Definition
BasicTypes.h:52
FW_TASK_NAME_MAX_SIZE
#define FW_TASK_NAME_MAX_SIZE
Max size of task name.
Definition
FpConfig.h:215
FpConfig.hpp
C++-compatible configuration header for fprime configuration.
StringType.hpp
Declares ISF string base class.
Fw::StringBase
Definition
StringType.hpp:23
Fw::StringBase::StringBase
StringBase()
Definition
StringType.cpp:22
Os::TaskString
Definition
TaskString.hpp:9
Os::TaskString::toChar
const char * toChar() const
get pointer to internal char buffer
Definition
TaskString.cpp:48
Os::TaskString::TaskString
TaskString()
default constructor
Definition
TaskString.cpp:18
Os::TaskString::operator=
TaskString & operator=(const TaskString &other)
assignment operator
Definition
TaskString.cpp:22
Os::TaskString::~TaskString
~TaskString()
destructor
Definition
TaskString.cpp:45
Os::TaskString::getCapacity
NATIVE_UINT_TYPE getCapacity() const
return buffer size
Definition
TaskString.cpp:52
Os
Definition
File.cpp:6
Os
TaskString.hpp
Generated by
1.10.0