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

Classes | |
| struct | GetUpMessage_data_t |
| Internal data storage, do NOT modify! | |
Public Member Functions | |
| GetUpMessage (const float ini_time_sec) | |
| Constructor with initial values. | |
| GetUpMessage () | |
| Constructor. | |
| ~GetUpMessage () | |
| Destructor. | |
| GetUpMessage (const GetUpMessage *m) | |
| Copy constructor. | |
| float | time_sec () const |
| Get time_sec value. | |
| void | set_time_sec (const float new_time_sec) |
| Set time_sec value. | |
| size_t | maxlenof_time_sec () const |
| Get maximum length of time_sec value. | |
| virtual Message * | clone () const |
| Clone this message. | |
Detailed Description
GetUpMessage Fawkes BlackBoard Interface Message.Definition at line 437 of file HumanoidMotionInterface.h.
Constructor & Destructor Documentation
| fawkes::HumanoidMotionInterface::GetUpMessage::GetUpMessage | ( | const float | ini_time_sec | ) |
Constructor with initial values.
- Parameters:
-
ini_time_sec initial value for time_sec
Definition at line 2229 of file HumanoidMotionInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::IFT_FLOAT.
| fawkes::HumanoidMotionInterface::GetUpMessage::GetUpMessage | ( | ) |
Constructor.
Definition at line 2239 of file HumanoidMotionInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::IFT_FLOAT.
Referenced by clone().
| fawkes::HumanoidMotionInterface::GetUpMessage::~GetUpMessage | ( | ) |
Destructor.
Definition at line 2249 of file HumanoidMotionInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::HumanoidMotionInterface::GetUpMessage::GetUpMessage | ( | const GetUpMessage * | m | ) |
Copy constructor.
- Parameters:
-
m message to copy from
Definition at line 2257 of file HumanoidMotionInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Member Function Documentation
| Message * fawkes::HumanoidMotionInterface::GetUpMessage::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 2302 of file HumanoidMotionInterface.cpp.
References GetUpMessage().
| size_t fawkes::HumanoidMotionInterface::GetUpMessage::maxlenof_time_sec | ( | ) | const |
Get maximum length of time_sec value.
- Returns:
- length of time_sec value, can be length of the array or number of maximum number of characters for a string
Definition at line 2281 of file HumanoidMotionInterface.cpp.
| void fawkes::HumanoidMotionInterface::GetUpMessage::set_time_sec | ( | const float | new_time_sec | ) |
Set time_sec value.
Time in seconds when to reach the position.
- Parameters:
-
new_time_sec new time_sec value
Definition at line 2291 of file HumanoidMotionInterface.cpp.
| float fawkes::HumanoidMotionInterface::GetUpMessage::time_sec | ( | ) | const |
Get time_sec value.
Time in seconds when to reach the position.
- Returns:
- time_sec value
Definition at line 2271 of file HumanoidMotionInterface.cpp.
The documentation for this class was generated from the following files:
- src/interfaces/HumanoidMotionInterface.h
- src/interfaces/HumanoidMotionInterface.cpp

