ct_process.hpp File Reference
Implements the abstract process in the CT Model of Computation. More...
Include dependency graph for ct_process.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ForSyDe::CT::CT2CT |
| The CT2CT signal used to inter-connect CT processes. More... | |
| class | ForSyDe::CT::CT_in |
| The CT_in port is used for input ports of CT processes. More... | |
| class | ForSyDe::CT::CT_out |
| The CT_out port is used for output ports of CT processes. More... | |
Namespaces | |
| ForSyDe | |
| The namespace for ForSyDe. | |
| ForSyDe::CT | |
| The namespace for CT MoC. | |
Typedefs | |
| using | ForSyDe::CT::signal = CT2CT |
| The CT::signal is an alias for CT::CT2CT. | |
| using | ForSyDe::CT::in_port = CT_in |
| The CT::in_port is an alias for CT::CT_in. | |
| using | ForSyDe::CT::out_port = CT_out |
| The CT::out_port is an alias for CT::CT_out. | |
| typedef ForSyDe::process | ForSyDe::CT::ct_process |
| Abstract semantics of a process in the CT MoC. | |
Detailed Description
Implements the abstract process in the CT Model of Computation.
This files procides definitions for the signals, ports ans the abstract base process used in the continuous-time MoC.
Generated by Doxygen 1.8.11
