ForSyDe::CT::scale Class Reference
Process constructor for a continuous-time process which scales the input. More...
#include <ct_lib.hpp>
Inheritance diagram for ForSyDe::CT::scale:

Collaboration diagram for ForSyDe::CT::scale:

Public Member Functions | |
| scale (sc_module_name name_, const CTTYPE &scaling_factor) | |
| std::string | forsyde_kind () const |
| Specifying from which process constructor is the module built. | |
Public Member Functions inherited from ForSyDe::CT::comb | |
| comb (sc_module_name _name, const functype &_func) | |
| 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... | |
Additional Inherited Members | |
Public Types inherited from ForSyDe::CT::comb | |
| typedef std::function< void(CTTYPE &, const CTTYPE &)> | functype |
| Type of the function to be passed to the process constructor. | |
Public Attributes inherited from ForSyDe::CT::comb | |
| CT_in | iport1 |
| port for the input channel | |
| CT_out | oport1 |
| port for the output channel | |
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 continuous-time process which scales the input.
This class is used to build continuous-time processes with one input and one output. By passing a constant value to the constructor, the process scales the inputs using it.
Constructor & Destructor Documentation
|
inline |
- Parameters
-
name_ The Process name scaling_factor The scaling factor
The documentation for this class was generated from the following file:
- src/forsyde/ct_lib.hpp
Generated by Doxygen 1.8.11

Public Member Functions inherited from