Orocos Real-Time Toolkit  2.8.3
Classes | Namespaces
DataSourceGenerator.hpp File Reference
#include "DataSources.hpp"
#include <boost/utility/enable_if.hpp>
#include <boost/ref.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include <boost/type_traits/remove_pointer.hpp>

Go to the source code of this file.

Classes

struct  RTT::internal::DSWrap< T, Enable >
 
struct  RTT::internal::DSWrap< T, typename boost::enable_if< boost::is_base_of< base::DataSourceBase, typename boost::remove_pointer< T >::type > >::type >
 
struct  RTT::internal::DSWrap< T, typename boost::enable_if< boost::is_reference< T > >::type >
 
struct  RTT::internal::DSWrap< T, typename boost::enable_if< boost::is_reference_wrapper< T > >::type >
 
struct  RTT::internal::DSWrap< boost::intrusive_ptr< T >, typename boost::enable_if< boost::is_base_of< base::DataSourceBase, typename boost::remove_pointer< T >::type > >::type >
 
struct  RTT::internal::GenerateDataSource
 A function object which returns a vector of DataSources. More...
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 
 RTT::internal
 Classes which contain all implementation code for the RTT.