ForSyDe::CT2DDEf< T > Class Template Reference
Process constructor for a CT2DDEf MoC interface. More...
#include <mis.hpp>
Inheritance diagram for ForSyDe::CT2DDEf< T >:
Collaboration diagram for ForSyDe::CT2DDEf< T >:
Public Member Functions | |
CT2DDEf (sc_module_name _name, sc_time samp_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 | |
CT::CT_in | 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::CT2DDEf< T >
Process constructor for a CT2DDEf MoC interface.
This class is used to build a MoC interface which converts a CT signal to a DDE one with fixed sampling rate. It can be used to implement analog-to-digital converters with fixed sampling rates.
Constructor & Destructor Documentation
template<class T>
|
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
-
_name process name samp_period sampling period
The documentation for this class was generated from the following file:
- src/forsyde/mis.hpp
Generated by Doxygen 1.8.11