sdf_process.hpp File Reference

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

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

Go to the source code of this file.

Classes

class  ForSyDe::SDF::SDF2SDF< T >
 The SDF2SDF signal used to inter-connect SDF processes. More...
 

Namespaces

 ForSyDe
 The namespace for ForSyDe.
 
 ForSyDe::SDF
 The namespace for synchronous dataflow MoC.
 

Typedefs

template<typename T >
using ForSyDe::SDF::signal = SDF2SDF< T >
 The SDF::signal is an alias for SDF::SDF2SDF.
 
template<typename T >
using ForSyDe::SDF::SDF_in = UT::UT_in< T >
 The SY_in port is used for input ports of SY processes.
 
template<typename T >
using ForSyDe::SDF::in_port = SDF_in< T >
 The SDF::in_port is an alias for SDF::SDF_in.
 
template<typename T >
using ForSyDe::SDF::SDF_out = UT::UT_out< T >
 The SY_out port is used for output ports of SY processes.
 
template<typename T >
using ForSyDe::SDF::out_port = SDF_out< T >
 The SDF::out_port is an alias for SDF::SDF_out.
 
typedef ForSyDe::process ForSyDe::SDF::sdf_process
 Abstract semantics of a process in the SY MoC.
 

Detailed Description

Implements the abstract process in the SDF Model of Computation.

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