fawkes::NavigatorInterface::SetMaxVelocityMessage Class Reference
SetMaxVelocityMessage Fawkes BlackBoard Interface Message. More...
#include <interfaces/NavigatorInterface.h>

Classes | |
| struct | SetMaxVelocityMessage_data_t |
| Internal data storage, do NOT modify! | |
Public Member Functions | |
| SetMaxVelocityMessage (const float ini_max_velocity) | |
| Constructor with initial values. | |
| SetMaxVelocityMessage () | |
| Constructor. | |
| ~SetMaxVelocityMessage () | |
| Destructor. | |
| SetMaxVelocityMessage (const SetMaxVelocityMessage *m) | |
| Copy constructor. | |
| float | max_velocity () const |
| Get max_velocity value. | |
| void | set_max_velocity (const float new_max_velocity) |
| Set max_velocity value. | |
| size_t | maxlenof_max_velocity () const |
| Get maximum length of max_velocity value. | |
| virtual Message * | clone () const |
| Clone this message. | |
Detailed Description
SetMaxVelocityMessage Fawkes BlackBoard Interface Message.Definition at line 249 of file NavigatorInterface.h.
Constructor & Destructor Documentation
| fawkes::NavigatorInterface::SetMaxVelocityMessage::SetMaxVelocityMessage | ( | const float | ini_max_velocity | ) |
Constructor with initial values.
- Parameters:
-
ini_max_velocity initial value for max_velocity
Definition at line 1332 of file NavigatorInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::IFT_FLOAT.
| fawkes::NavigatorInterface::SetMaxVelocityMessage::SetMaxVelocityMessage | ( | ) |
Constructor.
Definition at line 1342 of file NavigatorInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::IFT_FLOAT.
Referenced by clone().
| fawkes::NavigatorInterface::SetMaxVelocityMessage::~SetMaxVelocityMessage | ( | ) |
Destructor.
Definition at line 1352 of file NavigatorInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::NavigatorInterface::SetMaxVelocityMessage::SetMaxVelocityMessage | ( | const SetMaxVelocityMessage * | m | ) |
Copy constructor.
- Parameters:
-
m message to copy from
Definition at line 1360 of file NavigatorInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Member Function Documentation
| Message * fawkes::NavigatorInterface::SetMaxVelocityMessage::clone | ( | ) | const [virtual] |
Clone this message.
Produces a message of the same type as this message and copies the data to the new message.
- Returns:
- clone of this message
Reimplemented from fawkes::Message.
Definition at line 1405 of file NavigatorInterface.cpp.
References SetMaxVelocityMessage().
| float fawkes::NavigatorInterface::SetMaxVelocityMessage::max_velocity | ( | ) | const |
Get max_velocity value.
Maximum velocity
- Returns:
- max_velocity value
Definition at line 1374 of file NavigatorInterface.cpp.
| size_t fawkes::NavigatorInterface::SetMaxVelocityMessage::maxlenof_max_velocity | ( | ) | const |
Get maximum length of max_velocity value.
- Returns:
- length of max_velocity value, can be length of the array or number of maximum number of characters for a string
Definition at line 1384 of file NavigatorInterface.cpp.
| void fawkes::NavigatorInterface::SetMaxVelocityMessage::set_max_velocity | ( | const float | new_max_velocity | ) |
Set max_velocity value.
Maximum velocity
- Parameters:
-
new_max_velocity new max_velocity value
Definition at line 1394 of file NavigatorInterface.cpp.
The documentation for this class was generated from the following files:
- src/interfaces/NavigatorInterface.h
- src/interfaces/NavigatorInterface.cpp

