#include <ApskDemodulator.h>
◆ ApskDemodulator()
| inet::physicallayer::ApskDemodulator::ApskDemodulator |
( |
| ) |
|
◆ demodulate()
Implements inet::physicallayer::IDemodulator.
44 const std::vector<const ISymbol *> *symbols = symbolModel->getSymbols();
45 BitVector *bits =
new BitVector();
46 for (
auto& symbols_i : *symbols) {
47 const ApskSymbol *symbol =
dynamic_cast<const ApskSymbol *
>(symbols_i);
49 for (
unsigned int j = 0; j < symbolBits.getSize(); j++)
◆ getModulation()
| virtual const ApskModulationBase* inet::physicallayer::ApskDemodulator::getModulation |
( |
| ) |
const |
|
inlinevirtual |
◆ initialize()
| void inet::physicallayer::ApskDemodulator::initialize |
( |
int |
stage | ) |
|
|
overrideprotectedvirtual |
◆ numInitStages()
| virtual int inet::physicallayer::ApskDemodulator::numInitStages |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
◆ printToStream()
| std::ostream & inet::physicallayer::ApskDemodulator::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level, |
|
|
int |
evFlags = 0 |
|
) |
| const |
|
overridevirtual |
Prints this object to the provided output stream.
Reimplemented from inet::IPrintableObject.
36 stream <<
"ApskDemodulator";
◆ modulation
The documentation for this class was generated from the following files: