#include "TaskContext.hpp"
#include "base/ActionInterface.hpp"
#include "plugin/PluginLoader.hpp"
#include <string>
#include <algorithm>
#include <functional>
#include <boost/bind.hpp>
#include <boost/mem_fn.hpp>
#include "internal/DataSource.hpp"
#include "internal/mystd.hpp"
#include "internal/MWSRQueue.hpp"
#include "OperationCaller.hpp"
#include "rtt-config.h"
Go to the source code of this file.
|
| bool | RTT::connectPorts (TaskContext *A, TaskContext *B) |
| | Connect the Data Flow Ports of A and B in both directions, by matching port names. More...
|
| |
| bool | RTT::connectPeers (TaskContext *A, TaskContext *B) |
| | Set up the Execution Flow (who knows who) between A and B in both directions. More...
|
| |