#include <multiplexer.h>
Inheritance diagram for mimo::FromMat< seqT_in, seqT_out >:
Public Member Functions | |
FromMat (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl) | |
void | updateInputLengths () |
void | updateOutputLengths () |
void | process () |
Protected Attributes | |
unsigned int | rows |
unsigned int | cols |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_FromMat (not_a_function) |
This means for a input matrix the output vector will be generated.
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_mat"
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 FromMat . 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: Retrieving all elements of a matrix row-wise in a vector. That means the matrix (matlab-notation) [a b; c d] results in the vector [a b c d]'. 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.
|
|
|
|
|