Orocos Real-Time Toolkit  2.5.0
Public Member Functions
RTT::types::BinaryOperator< function > Class Template Reference

An operator which reads a two DataSources and returns a modified result. More...

#include <rtt/types/OperatorTypes.hpp>

Inherits RTT::types::BinaryOp.

List of all members.

Public Member Functions

 BinaryOperator (const char *op, function f)
internal::DataSource< result_t > * build (const std::string &op, base::DataSourceBase *a, base::DataSourceBase *b)
bool isExactMatch (const std::string &op, base::DataSourceBase *a, base::DataSourceBase *b)

Detailed Description

template<typename function>
class RTT::types::BinaryOperator< function >

An operator which reads a two DataSources and returns a modified result.

Definition at line 84 of file OperatorTypes.hpp.


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