Fawkes API
Fawkes Development Version
|
SetTestStringMessage Fawkes BlackBoard Interface Message. More...
#include <>>
Classes | |
struct | SetTestStringMessage_data_t |
Internal data storage, do NOT modify! More... | |
Public Member Functions | |
SetTestStringMessage (const char *ini_test_string) | |
Constructor with initial values. | |
SetTestStringMessage () | |
Constructor. | |
~SetTestStringMessage () | |
Destructor. | |
SetTestStringMessage (const SetTestStringMessage *m) | |
Copy constructor. | |
char * | test_string () const |
Get test_string value. | |
void | set_test_string (const char *new_test_string) |
Set test_string value. | |
size_t | maxlenof_test_string () const |
Get maximum length of test_string value. | |
virtual Message * | clone () const |
Clone this message. |
fawkes::TestInterface::SetTestStringMessage::SetTestStringMessage | ( | const char * | ini_test_string | ) |
Constructor with initial values.
ini_test_string | initial value for test_string |
Definition at line 413 of file TestInterface.cpp.
References fawkes::Message::data_size, fawkes::Message::data_ptr, fawkes::Message::data_ts, fawkes::TestInterface::SetTestStringMessage::SetTestStringMessage_data_t::test_string, fawkes::Message::add_fieldinfo(), and fawkes::IFT_STRING.
fawkes::TestInterface::SetTestStringMessage::SetTestStringMessage | ( | ) |
Constructor.
Definition at line 424 of file TestInterface.cpp.
References fawkes::Message::data_size, fawkes::Message::data_ptr, fawkes::Message::data_ts, fawkes::Message::add_fieldinfo(), fawkes::IFT_STRING, and fawkes::TestInterface::SetTestStringMessage::SetTestStringMessage_data_t::test_string.
fawkes::TestInterface::SetTestStringMessage::~SetTestStringMessage | ( | ) |
Destructor.
Definition at line 435 of file TestInterface.cpp.
References fawkes::Interface::data_ptr.
fawkes::TestInterface::SetTestStringMessage::SetTestStringMessage | ( | const SetTestStringMessage * | m | ) |
Copy constructor.
m | message to copy from |
Definition at line 443 of file TestInterface.cpp.
References fawkes::Message::data_size, fawkes::Message::data_ptr, and fawkes::Message::data_ts.
Message * fawkes::TestInterface::SetTestStringMessage::clone | ( | ) | const [virtual] |
Clone this message.
Produces a message of the same type as this message and copies the data to the new message.
Reimplemented from fawkes::Message.
Definition at line 489 of file TestInterface.cpp.
size_t fawkes::TestInterface::SetTestStringMessage::maxlenof_test_string | ( | ) | const |
Get maximum length of test_string value.
Definition at line 468 of file TestInterface.cpp.
void fawkes::TestInterface::SetTestStringMessage::set_test_string | ( | const char * | new_test_string | ) |
Set test_string value.
A test sring
new_test_string | new test_string value |
Definition at line 478 of file TestInterface.cpp.
References fawkes::TestInterface::TestInterface_data_t::test_string.
char * fawkes::TestInterface::SetTestStringMessage::test_string | ( | ) | const |
Get test_string value.
A test sring
Definition at line 458 of file TestInterface.cpp.
References fawkes::TestInterface::TestInterface_data_t::test_string.