RTT::scripting::CommandString Class Reference

This command displays a string when executed. More...

#include <CommandString.hpp>

Inheritance diagram for RTT::scripting::CommandString:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual base::ActionInterfaceclone () const
virtual base::ActionInterfaceclone () const
 CommandString (std::string s)
 CommandString (std::string s)
virtual bool execute ()
virtual bool execute ()
virtual void readArguments ()
virtual void readArguments ()
virtual ~CommandString ()
virtual ~CommandString ()

Private Attributes

std::string command

Detailed Description

This command displays a string when executed.

Deprecated:
Remove this low-level class since it's nowhere used.
Deprecated:
Remove this low-level class since it's nowhere used.

Definition at line 52 of file install/include/rtt/scripting/CommandString.hpp.


Constructor & Destructor Documentation

RTT::CommandString::CommandString ( std::string  s  ) 

Definition at line 40 of file CommandString.cpp.

virtual RTT::scripting::CommandString::~CommandString (  )  [inline, virtual]
RTT::scripting::CommandString::CommandString ( std::string  s  ) 
virtual RTT::scripting::CommandString::~CommandString (  )  [inline, virtual]

Definition at line 59 of file rtt/scripting/CommandString.hpp.


Member Function Documentation

virtual base::ActionInterface* RTT::scripting::CommandString::clone (  )  const [inline, virtual]

The Clone Software Pattern.

Implements RTT::base::ActionInterface.

Definition at line 66 of file rtt/scripting/CommandString.hpp.

virtual base::ActionInterface* RTT::scripting::CommandString::clone (  )  const [inline, virtual]

The Clone Software Pattern.

Implements RTT::base::ActionInterface.

Definition at line 66 of file install/include/rtt/scripting/CommandString.hpp.

virtual bool RTT::scripting::CommandString::execute (  )  [virtual]

Execute the functionality of this action.

Returns:
true if the action was accepted, false otherwise

Implements RTT::base::ActionInterface.

bool RTT::CommandString::execute (  )  [virtual]

Execute the functionality of this action.

Returns:
true if the action was accepted, false otherwise

Implements RTT::base::ActionInterface.

Definition at line 45 of file CommandString.cpp.

virtual void RTT::scripting::CommandString::readArguments (  )  [inline, virtual]

This is invoked some time before execute() at a time when the action may read its function arguments.

Implements RTT::base::ActionInterface.

Definition at line 62 of file rtt/scripting/CommandString.hpp.

virtual void RTT::scripting::CommandString::readArguments (  )  [inline, virtual]

This is invoked some time before execute() at a time when the action may read its function arguments.

Implements RTT::base::ActionInterface.

Definition at line 62 of file install/include/rtt/scripting/CommandString.hpp.


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:50:12 2013