#include "rtt-config.h"
#include "Logger.hpp"
#include "internal/CollectSignature.hpp"
#include "internal/CollectBase.hpp"
#include "internal/ReturnSignature.hpp"
#include "internal/ReturnBase.hpp"
#include <boost/type_traits.hpp>
Go to the source code of this file.
Classes | |
class | RTT::SendHandle< Signature > |
The SendHandle is used to collect the result values of an asynchronous invocation. The template argument Signature must have the same type as the method being invoked. More... | |
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. |