Orocos Real-Time Toolkit  2.9.0
Classes | Namespaces
CommandFunctors.hpp File Reference
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/type_traits/function_traits.hpp>
#include "../base/ActionInterface.hpp"
#include "ConditionInterface.hpp"

Go to the source code of this file.

Classes

class  RTT::scripting::CommandFunction
 A functor with the base::ActionInterface, for the case where the functor is a bool(void). More...
 
class  RTT::scripting::ConditionFunction
 A functor with the ConditionInterface, for the case where the functor is a bool(void). More...
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 
 RTT::scripting
 Parser code for the Orocos real-time scripting language.