43 using namespace scripting;
virtual ~ConditionInterface()
This interface represents the concept of a condition which can be evaluated and return true or false...
virtual ConditionInterface * copy(std::map< const base::DataSourceBase *, base::DataSourceBase * > &alreadyCloned) const
When copying an Orocos program, we want identical internal::DataSource's to be mapped to identical Da...
virtual void reset()
Some conditions need to be reset at some points.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.