sy_process.hpp File Reference

Implements the abstract process in the synchronous Model of Computation. More...

#include "abst_ext.hpp"
#include "abssemantics.hpp"
Include dependency graph for sy_process.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ForSyDe::SY::SY2SY< T >
 The SY2SY signal used to inter-connect SY processes. More...
 
class  ForSyDe::SY::SY_in< T >
 The SY_in port is used for input ports of SY processes. More...
 
class  ForSyDe::SY::SY_out< T >
 The SY_out port is used for output ports of SY processes. More...
 

Namespaces

 ForSyDe
 The namespace for ForSyDe.
 
 ForSyDe::SY
 The namespace for synchronous MoC.
 

Typedefs

template<typename T >
using ForSyDe::SY::signal = SY2SY< T >
 The SY::signal is an alias for SY::SY2SY.
 
template<typename T >
using ForSyDe::SY::in_port = SY_in< T >
 The SY::in_port is an alias for SY::SY_in.
 
template<typename T >
using ForSyDe::SY::out_port = SY_out< T >
 The SY::out_port is an alias for SY::SY_out.
 
typedef ForSyDe::process ForSyDe::SY::sy_process
 Abstract semantics of a process in the SY MoC.
 

Detailed Description

Implements the abstract process in the synchronous Model of Computation.

This files procides definitions for the signals, ports ans the abstract base process used in the synchronous MoC.