Orocos Real-Time Toolkit
2.8.3
|
#include <boost/shared_ptr.hpp>
#include <boost/function_types/result_type.hpp>
#include <boost/function_types/parameter_types.hpp>
#include <boost/version.hpp>
#include <boost/fusion/include/make_unfused_generic.hpp>
#include <vector>
#include <string>
#include "DataSource.hpp"
#include "CreateSequence.hpp"
#include "FusedFunctorDataSource.hpp"
#include "../OperationInterfacePart.hpp"
#include "../FactoryExceptions.hpp"
#include "../Operation.hpp"
#include "../base/OperationCallerBase.hpp"
Go to the source code of this file.
Classes | |
class | RTT::internal::OperationInterfacePartHelper |
class | RTT::internal::OperationInterfacePartFused< Signature > |
OperationInterfacePart implementation that uses boost::fusion to produce items. More... | |
class | RTT::internal::SynchronousOperationInterfacePartFused< Signature > |
OperationInterfacePart implementation that only provides synchronous access to an operation. More... | |
class | RTT::internal::OperationInterfacePartFusedDS< Signature, ObjT > |
OperationInterfacePart implementation that uses boost::fusion to produce items. More... | |
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
RTT::internal | |
Classes which contain all implementation code for the RTT. | |
Macros | |
#define | BOOST_FUSION_UNFUSED_GENERIC_MAX_ARITY 7 |
#define BOOST_FUSION_UNFUSED_GENERIC_MAX_ARITY 7 |
Definition at line 58 of file OperationInterfacePartFused.hpp.