ForSyDe::CT::constant Class Reference
Process constructor for a constant source process. More...
#include <ct_process_constructors.hpp>
Inheritance diagram for ForSyDe::CT::constant:

Collaboration diagram for ForSyDe::CT::constant:

Public Member Functions | |
| constant (sc_module_name _name, CTTYPE init_val, sc_time end_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_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 constant source process.
This class is used to build a souce process with constant output. Its main purpose is to be used in test-benches.
This class can directly be instantiated to build a process.
Constructor & Destructor Documentation
|
inline |
The constructor requires the module name.
It creates an SC_THREAD which runs the user-imlpemented function and writes the result using the output port
- Parameters
-
_name The module name init_val The constant output value end_time The end time of the signal
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