RTT::scripting::CommandDataSource Struct Reference

#include <CommandDataSource.hpp>

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

List of all members.

Public Member Functions

base::ActionInterfaceclone () const
base::ActionInterfaceclone () const
 CommandDataSource (base::DataSourceBase::shared_ptr dsb)
 CommandDataSource (base::DataSourceBase::shared_ptr dsb)
base::ActionInterfacecopy (std::map< const base::DataSourceBase *, base::DataSourceBase * > &alreadyCloned) const
base::ActionInterfacecopy (std::map< const base::DataSourceBase *, base::DataSourceBase * > &alreadyCloned) const
bool execute ()
bool execute ()
void readArguments ()
void readArguments ()
void reset ()
void reset ()

Public Attributes

base::DataSourceBase::shared_ptr _dsb

Detailed Description

A Command which evaluates a base::DataSourceBase and always returns true.

Definition at line 51 of file install/include/rtt/scripting/CommandDataSource.hpp.


Constructor & Destructor Documentation

RTT::scripting::CommandDataSource::CommandDataSource ( base::DataSourceBase::shared_ptr  dsb  )  [inline]
RTT::scripting::CommandDataSource::CommandDataSource ( base::DataSourceBase::shared_ptr  dsb  )  [inline]

Definition at line 55 of file rtt/scripting/CommandDataSource.hpp.


Member Function Documentation

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

The Clone Software Pattern.

Implements RTT::base::ActionInterface.

Definition at line 71 of file rtt/scripting/CommandDataSource.hpp.

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

The Clone Software Pattern.

Implements RTT::base::ActionInterface.

Definition at line 71 of file install/include/rtt/scripting/CommandDataSource.hpp.

base::ActionInterface* RTT::scripting::CommandDataSource::copy ( std::map< const base::DataSourceBase *, base::DataSourceBase * > &  alreadyCloned  )  const [inline]

Definition at line 75 of file rtt/scripting/CommandDataSource.hpp.

base::ActionInterface* RTT::scripting::CommandDataSource::copy ( std::map< const base::DataSourceBase *, base::DataSourceBase * > &  alreadyCloned  )  const [inline]
bool RTT::scripting::CommandDataSource::execute (  )  [inline, virtual]

Execute the functionality of this action.

Returns:
true if the action was accepted, false otherwise

Implements RTT::base::ActionInterface.

Definition at line 63 of file rtt/scripting/CommandDataSource.hpp.

bool RTT::scripting::CommandDataSource::execute (  )  [inline, virtual]

Execute the functionality of this action.

Returns:
true if the action was accepted, false otherwise

Implements RTT::base::ActionInterface.

Definition at line 63 of file install/include/rtt/scripting/CommandDataSource.hpp.

void RTT::scripting::CommandDataSource::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 58 of file rtt/scripting/CommandDataSource.hpp.

void RTT::scripting::CommandDataSource::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 58 of file install/include/rtt/scripting/CommandDataSource.hpp.

void RTT::scripting::CommandDataSource::reset (  )  [inline, virtual]

Reset this action. Must be used after execute() failed.

Reimplemented from RTT::base::ActionInterface.

Definition at line 67 of file rtt/scripting/CommandDataSource.hpp.

void RTT::scripting::CommandDataSource::reset (  )  [inline, virtual]

Reset this action. Must be used after execute() failed.

Reimplemented from RTT::base::ActionInterface.

Definition at line 67 of file install/include/rtt/scripting/CommandDataSource.hpp.


Member Data Documentation


The documentation for this struct 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:11 2013