#include "rtt-config.h"
#include "Service.hpp"
#include "ServiceRequester.hpp"
#include "DataFlowInterface.hpp"
#include "ExecutionEngine.hpp"
#include "base/TaskCore.hpp"
#include <boost/make_shared.hpp>
#include <string>
#include <map>
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...
|
| |