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


Public Member Functions | |
| void | onExitState () |
| void | onInitState () |
| WaitingForACK (FSMFU::BaseFSM *t) | |
Private Member Functions | |
| virtual StateInterface * | onACK (int sequenceNumber) |
| virtual void | onIsAccepting (bool &accepting) const |
| virtual StateInterface * | onSendData (const wns::ldk::CompoundPtr &compound) |
| virtual StateInterface * | onTimeout () |
| virtual StateInterface * | onWakeup () |
Definition at line 20 of file WaitingForACK.hpp.
| glue::arqfsm::stopandwait::WaitingForACK::WaitingForACK | ( | FSMFU::BaseFSM * | t | ) | [inline] |
Definition at line 24 of file WaitingForACK.hpp.
| StateInterface * WaitingForACK::onACK | ( | int | sequenceNumber | ) | [private, virtual] |
Implements glue::arqfsm::InSignals< FSMFU::BaseFSM::StateInterface >.
Definition at line 55 of file WaitingForACK.cpp.
| void WaitingForACK::onExitState | ( | ) | [virtual] |
Reimplemented from glue::arqfsm::ARQBaseState< FSMFU, COMMAND >.
Definition at line 36 of file WaitingForACK.cpp.
| void WaitingForACK::onInitState | ( | ) | [virtual] |
Reimplemented from glue::arqfsm::ARQBaseState< FSMFU, COMMAND >.
Definition at line 26 of file WaitingForACK.cpp.
| void WaitingForACK::onIsAccepting | ( | bool & | accepting | ) | const [private, virtual] |
Implements glue::arqfsm::InSignals< FSMFU::BaseFSM::StateInterface >.
Definition at line 100 of file WaitingForACK.cpp.
| StateInterface * WaitingForACK::onSendData | ( | const wns::ldk::CompoundPtr & | compound | ) | [private, virtual] |
Implements glue::arqfsm::InSignals< FSMFU::BaseFSM::StateInterface >.
Definition at line 46 of file WaitingForACK.cpp.
| StateInterface * WaitingForACK::onTimeout | ( | ) | [private, virtual] |
| StateInterface * WaitingForACK::onWakeup | ( | ) | [private, virtual] |
Implements glue::arqfsm::InSignals< FSMFU::BaseFSM::StateInterface >.
Definition at line 81 of file WaitingForACK.cpp.
1.5.5