ForSyDe::CT::shift Class Reference
Process constructor for a shift element. More...
#include <ct_process_constructors.hpp>
Inheritance diagram for ForSyDe::CT::shift:

Collaboration diagram for ForSyDe::CT::shift:

Public Member Functions | |
| shift (sc_module_name _name, sc_time delay_time) | |
| 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 | |
| CT_in | iport1 |
| port for the input channel | |
| CT_out | 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
Process constructor for a shift element.
This class is used to build a process which shifts the shape of the input signal by a given value to the right.
Constructor & Destructor Documentation
|
inline |
The constructor requires the module name.
It creates an SC_THREAD which inserts the initial element, reads data from its input port, and writes the results using the output port.
- Parameters
-
_name process name delay_time delay time
The documentation for this class was generated from the following file:
- src/forsyde/ct_process_constructors.hpp
Generated by Doxygen 1.8.11

Public Member Functions inherited from