![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include "Exception.hpp"#include <cassert>#include <cmath>#include <iostream>#include <stdint.h>#include <WNS/Assure.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | wns |
Classes | |
| class | wns::Power |
| Helps calculating with dBm and mWatt. More... | |
| class | wns::Ratio |
| Helps calculating with dB. More... | |
Functions | |
| std::string | operator+ (std::string &str, const wns::Ratio &r) |
| std::string | operator+ (std::string &str, const wns::Power &p) |
Definition in file PowerRatio.hpp.
| std::string operator+ | ( | std::string & | str, | |
| const wns::Ratio & | r | |||
| ) | [inline] |
Definition at line 552 of file PowerRatio.hpp.
| std::string operator+ | ( | std::string & | str, | |
| const wns::Power & | p | |||
| ) | [inline] |
Definition at line 545 of file PowerRatio.hpp.
1.5.5