Orocos Real-Time Toolkit
2.8.3
|
Go to the source code of this file.
Classes | |
class | RTT::types::UnaryOperator< function > |
An operator which reads a single internal::DataSource and returns a modified result. More... | |
class | RTT::types::BinaryOperator< function > |
An operator which reads a two DataSources and returns a modified result. More... | |
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
RTT::types | |
Classes for typekits for describing and handling user data types. | |
Functions | |
template<typename function > | |
UnaryOperator< function > * | RTT::types::newUnaryOperator (const char *op, function f) |
helper function to create a new UnaryOperator More... | |
template<typename function > | |
BinaryOperator< function > * | RTT::types::newBinaryOperator (const char *op, function f) |
helper function to create a new BinaryOperator More... | |