Orocos Real-Time Toolkit
2.9.0
|
#include <map>
#include <string>
#include <exception>
#include "../rtt-config.h"
#include <boost/call_traits.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/add_reference.hpp>
#include <boost/type_traits/add_const.hpp>
#include "../base/DataSourceBase.hpp"
#include "DataSource.inl"
Go to the source code of this file.
Classes | |
struct | RTT::internal::bad_assignment |
This exception is thrown if the target and source type of an assignment of a DataSource with a base::DataSourceBase differ. More... | |
struct | RTT::internal::details::HasConst< X > |
struct | RTT::internal::details::HasConst< X const > |
struct | RTT::internal::details::GetConstRef< X > |
struct | RTT::internal::details::GetConstRef< void > |
class | RTT::internal::DataSource< T > |
DataSource is a base class representing a generic way to read data of type T. More... | |
class | RTT::internal::AssignableDataSource< T > |
A DataSource which has set() methods. More... | |
Namespaces | |
RTT | |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
RTT::internal | |
Classes which contain all implementation code for the RTT. | |
RTT::internal::details | |