#include "tbb_mock.h"
#include "WireCellTbb/NodeWrapper.h"
#include "WireCellTbb/SinkCat.h"
#include "WireCellTbb/SourceCat.h"
#include "WireCellTbb/QueuedoutCat.h"
#include "WireCellUtil/Testing.h"
#include <tbb/flow_graph.h>
#include <string>
#include <deque>
#include <iostream>
Go to the source code of this file.
Functions | |
WireCell::INode::pointer | get_node (const std::string &node_desc) |
WireCellTbb::Node | make_node (tbb::flow::graph &graph, const std::string &node_desc) |
bool | connect (WireCellTbb::Node sender, WireCellTbb::Node receiver, size_t sport=0, size_t rport=0) |
int | main () |
bool connect | ( | WireCellTbb::Node | sender, |
WireCellTbb::Node | receiver, | ||
size_t | sport = 0 , |
||
size_t | rport = 0 |
||
) |
Definition at line 68 of file test_tbb_dfp_mce.cxx.
WireCell::INode::pointer get_node | ( | const std::string & | node_desc | ) |
Definition at line 22 of file test_tbb_dfp_mce.cxx.
int main | ( | void | ) |
Definition at line 90 of file test_tbb_dfp_mce.cxx.
WireCellTbb::Node make_node | ( | tbb::flow::graph & | graph, |
const std::string & | node_desc | ||
) |
Definition at line 40 of file test_tbb_dfp_mce.cxx.