ForSyDe::SDF::unzipN< Ts > Class Template Reference

The unzip process with one input and variable number of outputs. More...

#include <sdf_process_constructors.hpp>

Inheritance diagram for ForSyDe::SDF::unzipN< Ts >:
Collaboration diagram for ForSyDe::SDF::unzipN< Ts >:

Public Member Functions

 unzipN (sc_module_name _name, std::vector< unsigned > out_toks)
 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_in< std::tuple< std::vector< Ts >... > > iport1
 port for the input channel
 
std::tuple< SDF_out< Ts >... > oport
 tuple of ports for the output channels
 

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... Ts>
class ForSyDe::SDF::unzipN< Ts >

The unzip process with one input and variable number of outputs.

This process "unzips" the incoming signal into a tuple of signals.

Constructor & Destructor Documentation

template<class... Ts>
ForSyDe::SDF::unzipN< Ts >::unzipN ( sc_module_name  _name,
std::vector< unsigned >  out_toks 
)
inline

The constructor requires the module name.

It creates an SC_THREAD which reads data from its input port, unzips it and writes the results using the output ports


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