An operator which reads a two DataSources and returns a modified result. More...
#include <rtt/OperatorTypes.hpp>
Inherits RTT::detail::BinaryOp.
Public Member Functions | |
BinaryOperator (const char *op, function f) | |
DataSource< result_t > * | build (const std::string &op, DataSourceBase *a, DataSourceBase *b) |
An operator which reads a two DataSources and returns a modified result.
Definition at line 78 of file OperatorTypes.hpp.