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

simthlib::LlrToBit Class Reference

LlrToBit. More...

#include <convert.h>

Inheritance diagram for simthlib::LlrToBit:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 LlrToBit (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl)
void process ()
void print (std::ostream &os) const

Static Public Member Functions

static void init (const std::string &fileName, simth::Device **dev, simth::DeviceSystemIntf *sysPtr, int ID, const std::string &regionQualifier)

Related Functions

(Note that these are not member functions.)

 propertylist_LlrToBit (not_a_function)

Detailed Description

LlrToBit.

Implementation class for a conversion block between different sample and sequence types, where the type of the data sequence is specified through the type template.

Parameters in Micos parameter file:

type: set this to "llrtobit"


Constructor & Destructor Documentation

simthlib::LlrToBit::LlrToBit int  deviceID,
simth::DeviceSystemIntf system,
const simth::PropertyList pl
 


Member Function Documentation

static void simthlib::LlrToBit::init const std::string &  fileName,
simth::Device **  dev,
simth::DeviceSystemIntf sysPtr,
int  ID,
const std::string &  regionQualifier
[static]
 

Reimplemented from simthlib::Multiplexer.

void simthlib::LlrToBit::print std::ostream &  os  )  const [inline, virtual]
 

Reimplemented from simthlib::Multiplexer.

void simthlib::LlrToBit::process  )  [virtual]
 

Reimplemented from simthlib::Multiplexer.


Friends And Related Function Documentation

propertylist_LlrToBit not_a_function   )  [related]
 

These are the properties of class LlrToBit . 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: Converts a LlrSeq (log-likelihood-ratios) to a BitSeq (bits). Implicitly, this means that a hard decision is performed. Input values x greater than 0.0 will be mapped to false (0); input values x smaller or equal to 0.0 will be mapped to true (1). (By the way, in the C++ code this class is a derivative of simth::Device, but to increase readability it is grouped under simthlib::Converter.)

Note that this class also has the Properties of its base classes. The direct base class is simthlib::Converter ; direct link to its propertylist should be propertylist_Converter(). 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.


Generated on Tue Aug 9 14:37:21 2005 for simtheticlib by  doxygen 1.4.1