Public Member Functions | Private Attributes | List of all members
RTT::scripting::ConditionBoolProperty Class Reference

#include <ConditionBoolProperty.hpp>

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

Public Member Functions

ConditionBoolPropertyclone () const
 
 ConditionBoolProperty (const Property< bool > &prop)
 
bool evaluate ()
 Evaluate the Condition and return the outcome. More...
 
std::string toString ()
 
- Public Member Functions inherited from RTT::scripting::ConditionInterface
virtual ConditionInterfacecopy (std::map< const base::DataSourceBase *, base::DataSourceBase * > &alreadyCloned) const
 
virtual void reset ()
 
virtual ~ConditionInterface ()
 

Private Attributes

const Property< bool > & mprop
 

Detailed Description

ConditionBoolProperty is a Condition which reads out a Property<bool>.

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

Definition at line 56 of file ConditionBoolProperty.hpp.

Constructor & Destructor Documentation

RTT::scripting::ConditionBoolProperty::ConditionBoolProperty ( const Property< bool > &  prop)
inline

Definition at line 61 of file ConditionBoolProperty.hpp.

Member Function Documentation

ConditionBoolProperty * RTT::ConditionBoolProperty::clone ( ) const
virtual

The Clone Software Pattern.

Implements RTT::scripting::ConditionInterface.

Definition at line 51 of file ConditionBoolProperty.cpp.

bool RTT::ConditionBoolProperty::evaluate ( )
virtual

Evaluate the Condition and return the outcome.

Returns
true if the condition is satisfied, false otherwise.

Implements RTT::scripting::ConditionInterface.

Definition at line 41 of file ConditionBoolProperty.cpp.

std::string RTT::ConditionBoolProperty::toString ( )

Definition at line 46 of file ConditionBoolProperty.cpp.

Member Data Documentation

const Property<bool>& RTT::scripting::ConditionBoolProperty::mprop
private

Definition at line 59 of file ConditionBoolProperty.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:46