![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <plmapping/CodeRates.hpp>


Public Member Functions | |
| CoderSpecification (Coding _coding, double _rate, std::string &_name) | |
| Coding | getCoding () const |
| const std::string & | getName () const |
| double | getRate () const |
| bool | hasNoCoding () const |
| virtual | ~CoderSpecification () |
Protected Member Functions | |
| CoderSpecification () | |
Protected Attributes | |
| Coding | coding |
| std::string | name |
| double | rate |
Definition at line 47 of file CodeRates.hpp.
| rise::plmapping::CoderSpecification::CoderSpecification | ( | Coding | _coding, | |
| double | _rate, | |||
| std::string & | _name | |||
| ) | [inline] |
Definition at line 51 of file CodeRates.hpp.
| virtual rise::plmapping::CoderSpecification::~CoderSpecification | ( | ) | [inline, virtual] |
Definition at line 56 of file CodeRates.hpp.
| rise::plmapping::CoderSpecification::CoderSpecification | ( | ) | [inline, protected] |
Definition at line 62 of file CodeRates.hpp.
| Coding rise::plmapping::CoderSpecification::getCoding | ( | ) | const [inline, virtual] |
Implements wns::service::phy::phymode::CoderSpecInterface.
Definition at line 57 of file CodeRates.hpp.
| const std::string& rise::plmapping::CoderSpecification::getName | ( | ) | const [inline, virtual] |
Implements wns::service::phy::phymode::CoderSpecInterface.
Definition at line 60 of file CodeRates.hpp.
| double rise::plmapping::CoderSpecification::getRate | ( | ) | const [inline, virtual] |
Implements wns::service::phy::phymode::CoderSpecInterface.
Definition at line 58 of file CodeRates.hpp.
| bool rise::plmapping::CoderSpecification::hasNoCoding | ( | ) | const [inline, virtual] |
Implements wns::service::phy::phymode::CoderSpecInterface.
Definition at line 59 of file CodeRates.hpp.
Coding rise::plmapping::CoderSpecification::coding [protected] |
Definition at line 62 of file CodeRates.hpp.
std::string rise::plmapping::CoderSpecification::name [protected] |
Definition at line 65 of file CodeRates.hpp.
double rise::plmapping::CoderSpecification::rate [protected] |
Definition at line 64 of file CodeRates.hpp.
1.5.5