#include <arith.h>
Inheritance diagram for simthlib::MultiplyT< seqT >:
Public Member Functions | |
MultiplyT (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl, typename seqT::value_type _factor, unsigned input_ports) | |
MultiplyT (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
void | process () |
Protected Attributes | |
seqT::value_type | factor |
Implementation class for a general Multiply block, where the type of the resulting data sequence is specified by the type template seqT (e.g. SignalSequence<double>).
|
|
|
Constructor for factory function |
|
Implements simth::Device. |
|
|