PlaceGotoMessage Fawkes BlackBoard Interface Message. More...
#include <interfaces/NavigatorInterface.h>
Classes | |
struct | PlaceGotoMessage_data_t |
Internal data storage, do NOT modify! | |
Public Member Functions | |
PlaceGotoMessage (const char *ini_place) | |
Constructor with initial values. | |
PlaceGotoMessage () | |
Constructor. | |
~PlaceGotoMessage () | |
Destructor. | |
PlaceGotoMessage (const PlaceGotoMessage *m) | |
Copy constructor. | |
char * | place () const |
Get place value. | |
void | set_place (const char *new_place) |
Set place value. | |
size_t | maxlenof_place () const |
Get maximum length of place value. | |
virtual Message * | clone () const |
Clone this message. |
PlaceGotoMessage Fawkes BlackBoard Interface Message.
Definition at line 211 of file NavigatorInterface.h.
fawkes::NavigatorInterface::PlaceGotoMessage::PlaceGotoMessage | ( | const char * | ini_place | ) |
Constructor with initial values.
ini_place | initial value for place |
Definition at line 1087 of file NavigatorInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_STRING.
fawkes::NavigatorInterface::PlaceGotoMessage::PlaceGotoMessage | ( | ) |
Constructor.
Definition at line 1098 of file NavigatorInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_STRING.
Referenced by clone().
fawkes::NavigatorInterface::PlaceGotoMessage::~PlaceGotoMessage | ( | ) |
Destructor.
Definition at line 1109 of file NavigatorInterface.cpp.
References fawkes::Message::data_ptr.
fawkes::NavigatorInterface::PlaceGotoMessage::PlaceGotoMessage | ( | const PlaceGotoMessage * | m | ) |
Copy constructor.
m | message to copy from |
Definition at line 1117 of file NavigatorInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
Message * fawkes::NavigatorInterface::PlaceGotoMessage::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 1163 of file NavigatorInterface.cpp.
References PlaceGotoMessage().
size_t fawkes::NavigatorInterface::PlaceGotoMessage::maxlenof_place | ( | ) | const |
Get maximum length of place value.
Definition at line 1142 of file NavigatorInterface.cpp.
char * fawkes::NavigatorInterface::PlaceGotoMessage::place | ( | ) | const |
Get place value.
Place to go to.
Definition at line 1132 of file NavigatorInterface.cpp.
void fawkes::NavigatorInterface::PlaceGotoMessage::set_place | ( | const char * | new_place | ) |
Set place value.
Place to go to.
new_place | new place value |
Definition at line 1152 of file NavigatorInterface.cpp.