#include <convert.h>
Inheritance diagram for simthlib::BitToLlr:
Public Member Functions | |
BitToLlr (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
void | process () |
void | print (std::ostream &os) const |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_BitToLlr (not_a_function) |
|
|
|
Reimplemented from simthlib::Multiplexer. |
|
Reimplemented from simthlib::Multiplexer. |
|
These are the properties of class BitToLlr . 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 BitSeq (bits) to a LlrSeq (log-likelihood-ratios). The input values true (1) and false (0) will be converted to the Llr values -1.0 and +1.0, i.e. true (1) to -1.0 and false (0) to +1.0. (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. |