parallel_sim.hpp
Go to the documentation of this file.
sender(sc_module_name _name, int destination, int tag)
The constructor requires the module name.
Definition: parallel_sim.hpp:50
std::string forsyde_kind() const
Specifying from which process constructor is the module built.
Definition: parallel_sim.hpp:63
std::string forsyde_kind() const
Specifying from which process constructor is the module built.
Definition: parallel_sim.hpp:142
SY_in< T1 > iport1
port for the input channel
Definition: parallel_sim.hpp:43
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
The process constructor which defines the abstract semantics of execution.
Definition: abssemantics.hpp:212
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
receiver(sc_module_name _name, int source, int tag)
The constructor requires the module name.
Definition: parallel_sim.hpp:129
Generated by Doxygen 1.8.11