Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mimo::FromVector< seqT_in, seqT_out > Class Template Reference

#include <multiplexer.h>

Inheritance diagram for mimo::FromVector< seqT_in, seqT_out >:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 FromVector (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl)
void updateInputLengths ()
void updateOutputLengths ()
void process ()

Protected Attributes

unsigned int oports

Related Functions

(Note that these are not member functions.)

 propertylist_FromVector (not_a_function)

Detailed Description

template<class seqT_in, class seqT_out>
class mimo::FromVector< seqT_in, seqT_out >

Demultiplexing one input vector sequence into several scalar output sequences.

The number of input ports as well as the number of output ports needs to be specified in the parameter file.

Parameters in Micos parameter file:

type: set this to "multiplexvector"

input_ports: number of input ports, must be one for this particular block.

output_ports: number of output ports.

streamtype: String specifying the sequence data type of the output ports. The vectorized input port will simply be a vector of real or complex doubles accordingly. The names are the ones as defined in signals.h, e.g. bitSeq, ModSeq, symSeq etc.


Constructor & Destructor Documentation

template<class seqT_in, class seqT_out>
mimo::FromVector< seqT_in, seqT_out >::FromVector int  deviceID,
DeviceSystemIntf system,
const simth::PropertyList pl
 


Member Function Documentation

template<class seqT_in, class seqT_out>
void mimo::FromVector< seqT_in, seqT_out >::updateInputLengths  )  [inline, virtual]
 

Implements simth::Device.

template<class seqT_in, class seqT_out>
void mimo::FromVector< seqT_in, seqT_out >::updateOutputLengths  )  [inline, virtual]
 

Implements simth::Device.

template<class seqT_in, class seqT_out>
void mimo::FromVector< seqT_in, seqT_out >::process  )  [virtual]
 

Implements simth::Device.


Friends And Related Function Documentation

template<class seqT_in, class seqT_out>
propertylist_FromVector not_a_function   )  [related]
 

These are the properties of class FromVector . 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: Convert one input vector sequence into several parallel scalar output sequences.

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.

output_ports
<unsigned>, default "" -- The number of output ports.

streamtype
<enum>, default "" -- String specifying the sequence data type of the input ports. The vectorized input/output port will simply be a vector of real or complex doubles accordingly. The names are the ones as defined in signals.h, e.g. bitSeq, ModSeq, symSeq etc.

direction
<string>, default "from_vec" -- DEPRECATED: No longer necessary to be set.

3 properties in this class.


Member Data Documentation

template<class seqT_in, class seqT_out>
unsigned int mimo::FromVector< seqT_in, seqT_out >::oports [protected]
 


Generated on Tue Aug 9 14:44:17 2005 for mimolib by  doxygen 1.4.1