$search

RTT::scripting::CommandNOP Class Reference

#include <CommandNOP.hpp>

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

List of all members.

Public Member Functions

virtual base::ActionInterfaceclone () const
 CommandNOP ()
virtual bool execute ()
virtual void readArguments ()
virtual ~CommandNOP ()

Detailed Description

The empty command.

This command does nothing when executed.

Definition at line 52 of file CommandNOP.hpp.


Constructor & Destructor Documentation

RTT::scripting::CommandNOP::CommandNOP (  )  [inline]

Create an empty command.

Definition at line 58 of file CommandNOP.hpp.

RTT::CommandNOP::~CommandNOP (  )  [virtual]

Definition at line 50 of file CommandNOP.cpp.


Member Function Documentation

ActionInterface * RTT::CommandNOP::clone (  )  const [virtual]

The Clone Software Pattern.

Implements RTT::base::ActionInterface.

Definition at line 52 of file CommandNOP.cpp.

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

Execute the functionality of this action.

Returns:
true if the action was accepted, false otherwise

Implements RTT::base::ActionInterface.

Definition at line 41 of file CommandNOP.cpp.

void RTT::CommandNOP::readArguments (  )  [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 46 of file CommandNOP.cpp.


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 Mar 1 16:27:52 2013