Classes | Public Member Functions

fawkes::HumanoidMotionInterface::GetUpMessage Class Reference

GetUpMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::HumanoidMotionInterface::GetUpMessage:
Inheritance graph
[legend]

List of all members.

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 Messageclone () const
 Clone this message.

Detailed Description

GetUpMessage Fawkes BlackBoard Interface Message.

Definition at line 487 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 2337 of file HumanoidMotionInterface.cpp.

References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_FLOAT.

fawkes::HumanoidMotionInterface::GetUpMessage::GetUpMessage (  ) 
fawkes::HumanoidMotionInterface::GetUpMessage::~GetUpMessage (  ) 

Destructor.

Definition at line 2359 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 2367 of file HumanoidMotionInterface.cpp.

References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.


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 2413 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 2392 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 2402 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 2382 of file HumanoidMotionInterface.cpp.


The documentation for this class was generated from the following files: