ForSyDe::SY2DDE< T > Class Template Reference

Process constructor for a SY2DDE MoC interfaces. More...

#include <mis.hpp>

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

Public Member Functions

 SY2DDE (sc_module_name _name, sc_time sample_period)
 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

SY::SY_in< T > iport1
 port for the input channel
 
DDE::DDE_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::SY2DDE< T >

Process constructor for a SY2DDE MoC interfaces.

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

Constructor & Destructor Documentation

template<class T >
ForSyDe::SY2DDE< T >::SY2DDE ( sc_module_name  _name,
sc_time  sample_period 
)
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
sample_periodThe unified period length

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