|
Orocos Real-Time Toolkit
2.8.3
|
#include <boost/function.hpp>#include <string>#include "../base/OperationCallerBase.hpp"#include "OperationCallerC.hpp"#include "DataSourceStorage.hpp"#include "Invoker.hpp"#include <boost/fusion/include/vector_tie.hpp>#include <boost/fusion/include/filter_if.hpp>#include <boost/fusion/include/as_vector.hpp>Go to the source code of this file.
Classes | |
| class | RTT::internal::RemoteOperationCallerImpl< OperationCallerT > |
| A OperationCaller implementation which executes a remote function which is encapsulated in a OperationCallerC and SendHandleC object. More... | |
| class | RTT::internal::RemoteOperationCaller< OperationCallerT > |
| A OperationCaller implementation which delegates C++ to datasource conversions when C++ code tries to call remote operations, only available in an OperationInterfacePart, and not through an OperationBase. More... | |
Namespaces | |
| RTT | |
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| RTT::internal | |
| Classes which contain all implementation code for the RTT. | |
1.8.11