fawkes::FacerInterface::LearnFaceMessage Class Reference

LearnFaceMessage Fawkes BlackBoard Interface Message. More...

#include <interfaces/FacerInterface.h>

Inheritance diagram for fawkes::FacerInterface::LearnFaceMessage:
Inheritance graph
[legend]

List of all members.

Classes

struct  LearnFaceMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

 LearnFaceMessage (const char *ini_name)
 Constructor with initial values.
 LearnFaceMessage ()
 Constructor.
 ~LearnFaceMessage ()
 Destructor.
 LearnFaceMessage (const LearnFaceMessage *m)
 Copy constructor.
char * name () const
 Get name value.
void set_name (const char *new_name)
 Set name value.
size_t maxlenof_name () const
 Get maximum length of name value.
virtual Messageclone () const
 Clone this message.

Detailed Description

LearnFaceMessage Fawkes BlackBoard Interface Message.

Definition at line 116 of file FacerInterface.h.


Constructor & Destructor Documentation

fawkes::FacerInterface::LearnFaceMessage::LearnFaceMessage ( const char *  ini_name  ) 

Constructor with initial values.

Parameters:
ini_name initial value for name

Definition at line 722 of file FacerInterface.cpp.

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

fawkes::FacerInterface::LearnFaceMessage::LearnFaceMessage (  ) 
fawkes::FacerInterface::LearnFaceMessage::~LearnFaceMessage (  ) 

Destructor.

Definition at line 744 of file FacerInterface.cpp.

References fawkes::Message::data_ptr.

fawkes::FacerInterface::LearnFaceMessage::LearnFaceMessage ( const LearnFaceMessage m  ) 

Copy constructor.

Parameters:
m message to copy from

Definition at line 752 of file FacerInterface.cpp.

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


Member Function Documentation

Message * fawkes::FacerInterface::LearnFaceMessage::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 798 of file FacerInterface.cpp.

References LearnFaceMessage().

size_t fawkes::FacerInterface::LearnFaceMessage::maxlenof_name (  )  const

Get maximum length of name value.

Returns:
length of name value, can be length of the array or number of maximum number of characters for a string

Definition at line 777 of file FacerInterface.cpp.

char * fawkes::FacerInterface::LearnFaceMessage::name (  )  const

Get name value.

The name assigned to the new identity.

Returns:
name value

Definition at line 767 of file FacerInterface.cpp.

void fawkes::FacerInterface::LearnFaceMessage::set_name ( const char *  new_name  ) 

Set name value.

The name assigned to the new identity.

Parameters:
new_name new name value

Definition at line 787 of file FacerInterface.cpp.


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

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1