ForSyDe::SDF2SY< T > Class Template Reference

Process constructor for a SDF2SY MoC interface. More...

#include <mis.hpp>

Inheritance diagram for ForSyDe::SDF2SY< T >:
Collaboration diagram for ForSyDe::SDF2SY< T >:

Public Member Functions

 SDF2SY (sc_module_name _name)
 The constructor requires the module name. More...
 
std::string forsyde_kind () const
 Specifying from which process constructor is the module built.
 
- Public Member Functions inherited from ForSyDe::process
 process (sc_module_name _name)
 The constructor requires the module name. More...
 

Public Attributes

SDF::SDF_in< T > iport1
 port for the input channel
 
SY::SY_out< T > oport1
 port for the output channel
 

Additional Inherited Members

- Protected Member Functions inherited from ForSyDe::process
void end_of_simulation ()
 This hook is used to run the clean stage.
 

Detailed Description

template<class T>
class ForSyDe::SDF2SY< T >

Process constructor for a SDF2SY MoC interface.

This class is used to build a MoC interface which converts an SDF signal to a SY one.

Constructor & Destructor Documentation

template<class T >
ForSyDe::SDF2SY< T >::SDF2SY ( sc_module_name  _name)
inline

The constructor requires the module name.

It creates an SC_THREAD which reads data from its input port, applies the user-imlpemented function to it and writes the results using the output port

Parameters
_nameprocess name

The documentation for this class was generated from the following file: