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


Public Member Functions | |
| Counter (const wns::pyconfig::View &config) | |
| double | getSuccessRate (const CompoundPtr &compound) |
| void | onFailedTransmission (const CompoundPtr &compound) |
| void | onSuccessfullTransmission (const CompoundPtr &compound) |
| void | reset () |
Private Attributes | |
| wns::logger::Logger | logger |
| int | numFailed |
| int | numSucc |
Definition at line 42 of file Counter.hpp.
| Counter::Counter | ( | const wns::pyconfig::View & | config | ) |
Definition at line 35 of file Counter.cpp.
| double Counter::getSuccessRate | ( | const CompoundPtr & | compound | ) | [virtual] |
| void Counter::onFailedTransmission | ( | const CompoundPtr & | compound | ) | [virtual] |
| void Counter::onSuccessfullTransmission | ( | const CompoundPtr & | compound | ) | [virtual] |
| void Counter::reset | ( | ) | [virtual] |
Definition at line 55 of file Counter.hpp.
Definition at line 53 of file Counter.hpp.
Definition at line 52 of file Counter.hpp.
1.5.5