#include <multiplexer.h>
Inheritance diagram for mimo::FromDiag< seqT_in, seqT_out >:
Public Member Functions | |
FromDiag (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl, unsigned int n) | |
void | updateInputLengths () |
void | updateOutputLengths () |
void | process () |
Protected Attributes | |
unsigned int | n |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_FromDiag (not_a_function) |
The number of input ports as well as the number of output ports is one.
Parameters in Micos parameter file:
type: set this to "multiplexvector"
direction: set this to "from_diag"
streamtype: String specifying the sequence data type of the output ports, e.g. FreqSignal, ModSeq.
|
|
|
Implements simth::Device. |
|
Implements simth::Device. |
|
Implements simth::Device. |
|
These are the properties of class FromDiag . This list is auto-generated from the XML-Devicelist of this device by means of an XSLT transformation script. Description of this device in the XML file: Retrieve the diagonal of a matrix. For an input matrix sequence, the output is a vector sequence where each vector is the diagonal of the respective input matrix. Note that this class also has the Properties of its base classes. The direct base class is simth::Device ; direct link to its propertylist should be propertylist_Device(). The list below usually includes the properties that have been inherited from the base classes; the properties which belong only to this class can be found at the end of this list.
|
|
|