Orocos Real-Time Toolkit  2.8.3
Classes | Namespaces | Typedefs
rtt-fwd.hpp File Reference
#include "rtt-detail-fwd.hpp"
#include "os/rtt-os-fwd.hpp"
#include "base/rtt-base-fwd.hpp"
#include "internal/rtt-internal-fwd.hpp"
#include "plugin/rtt-plugin-fwd.hpp"
#include "types/rtt-types-fwd.hpp"
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  RTT::Attribute< T >
 An Attribute has a name and contains data which can be set and get. More...
 
class  RTT::Constant< T >
 As opposed to a Attribute, a Constant can not be assigned to a new value after creation. More...
 
class  RTT::InputPort< T >
 A component's data input port. More...
 
class  RTT::OperationCaller< SignatureT >
 A OperationCaller serves as a placeholder (aka 'proxy') for a remote Operation. More...
 
class  RTT::Operation< Signature >
 The operation ties a C or C++ function into a component interface. More...
 
class  RTT::OutputPort< T >
 A component's data output port. More...
 
class  RTT::Property< T >
 A property represents a named value of any type with a description. More...
 
class  RTT::SendHandle< Signature >
 The SendHandle is used to collect the result values of an asynchronous invocation. More...
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 

Typedefs

typedef boost::shared_ptr< Service > RTT::ServicePtr