![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/arq/statuscollector/TwoSizesWindowed.hpp>


Public Member Functions | |
| double | getSuccessRate (const CompoundPtr &compound) |
| void | onFailedTransmission (const CompoundPtr &compound) |
| void | onSuccessfullTransmission (const CompoundPtr &compound) |
| void | reset () |
| TwoSizesWindowed (const wns::pyconfig::View &config) | |
| ~TwoSizesWindowed () | |
Private Attributes | |
| wns::SlidingWindow * | bigFrames |
| Bit | frameSizeThreshold |
| double | insufficientSamplesReturn |
| wns::logger::Logger | logger |
| int | minSamples |
| wns::SlidingWindow * | smallFrames |
| wns::simulator::Time | windowSize |
Definition at line 47 of file TwoSizesWindowed.hpp.
| TwoSizesWindowed::TwoSizesWindowed | ( | const wns::pyconfig::View & | config | ) |
Definition at line 38 of file TwoSizesWindowed.cpp.
| TwoSizesWindowed::~TwoSizesWindowed | ( | ) |
Definition at line 49 of file TwoSizesWindowed.cpp.
| double TwoSizesWindowed::getSuccessRate | ( | const CompoundPtr & | compound | ) | [virtual] |
Implements wns::ldk::arq::statuscollector::Interface.
Definition at line 85 of file TwoSizesWindowed.cpp.
| void TwoSizesWindowed::onFailedTransmission | ( | const CompoundPtr & | compound | ) | [virtual] |
Implements wns::ldk::arq::statuscollector::Interface.
Definition at line 73 of file TwoSizesWindowed.cpp.
| void TwoSizesWindowed::onSuccessfullTransmission | ( | const CompoundPtr & | compound | ) | [virtual] |
Implements wns::ldk::arq::statuscollector::Interface.
Definition at line 61 of file TwoSizesWindowed.cpp.
| void TwoSizesWindowed::reset | ( | ) | [virtual] |
Implements wns::ldk::arq::statuscollector::Interface.
Definition at line 55 of file TwoSizesWindowed.cpp.
Definition at line 59 of file TwoSizesWindowed.hpp.
Definition at line 65 of file TwoSizesWindowed.hpp.
Definition at line 64 of file TwoSizesWindowed.hpp.
Definition at line 60 of file TwoSizesWindowed.hpp.
Definition at line 63 of file TwoSizesWindowed.hpp.
Definition at line 58 of file TwoSizesWindowed.hpp.
Definition at line 62 of file TwoSizesWindowed.hpp.
1.5.5