![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <RISE/plmapping/MI2PER.hpp>#include <RISE/plmapping/CodeRates.hpp>#include <cmath>#include <sstream>#include <vector>#include <WNS/StaticFactoryBroker.hpp>#include <WNS/PyConfigViewCreator.hpp>#include <WNS/Assure.hpp>#include <WNS/Ttos.hpp>

Go to the source code of this file.
| CoderFullSpecification* getCoderSpec | ( | const wns::pyconfig::View & | config | ) |
Definition at line 291 of file MI2PER.cpp.
| STATIC_FACTORY_BROKER_REGISTER | ( | CoderFullMapping | , | |
| wns::service::phy::phymode::CoderFullMappingInterface | , | |||
| "rise.plmapping.CoderFullMapping" | ||||
| ) |
| STATIC_FACTORY_REGISTER_WITH_CREATOR | ( | FormulaM2P | , | |
| wns::service::phy::phymode::MI2PERMappingInterface | , | |||
| "rise.plmapping.Formula" | , | |||
| wns::PyConfigViewCreator | ||||
| ) |
| STATIC_FACTORY_REGISTER_WITH_CREATOR | ( | FixedM2P | , | |
| wns::service::phy::phymode::MI2PERMappingInterface | , | |||
| "rise.plmapping.Fixed" | , | |||
| wns::PyConfigViewCreator | ||||
| ) |
| STATIC_FACTORY_REGISTER_WITH_CREATOR | ( | WINNERM2P | , | |
| wns::service::phy::phymode::MI2PERMappingInterface | , | |||
| "rise.plmapping.WINNER" | , | |||
| wns::PyConfigViewCreator | ||||
| ) |
| STATIC_FACTORY_REGISTER_WITH_CREATOR | ( | GENERICM2P | , | |
| wns::service::phy::phymode::MI2PERMappingInterface | , | |||
| "rise.plmapping.GENERIC" | , | |||
| wns::PyConfigViewCreator | ||||
| ) |
| STATIC_FACTORY_REGISTER_WITH_CREATOR | ( | FormulaCoder | , | |
| CoderFullSpecification | , | |||
| "rise.CoderSpecification.Formula" | , | |||
| wns::PyConfigViewCreator | ||||
| ) |
| STATIC_FACTORY_REGISTER_WITH_CREATOR | ( | TableCoder | , | |
| CoderFullSpecification | , | |||
| "rise.CoderSpecification.Table" | , | |||
| wns::PyConfigViewCreator | ||||
| ) |
1.5.5