parallel_sim_helpers.hpp
Go to the documentation of this file.
receiver< T0 > * make_receiver(const std::string &pName, int source, int tag, OIf< T0 > &outS)
Helper function to construct a sender process.
Definition: parallel_sim_helpers.hpp:65
SY_in< T1 > iport1
port for the input channel
Definition: parallel_sim.hpp:43
Definition of sender and receiver processes.
Process constructor for a source process.
Definition: sy_process_constructors.hpp:1092
SY_out< T0 > oport1
port for the output channel
Definition: parallel_sim.hpp:122
Process constructor for a sender process with one input.
Definition: parallel_sim.hpp:40
Process constructor for a receiver process with one output.
Definition: parallel_sim.hpp:119
sender< T0 > * make_sender(const std::string &pName, int destination, int tag, I0If< T0 > &inp1S)
Helper function to construct a sender process.
Definition: parallel_sim_helpers.hpp:44
Generated by Doxygen 1.8.11