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


Public Member Functions | |
| BaseState (FSMFU::BaseFSM *t, const std::string &stateName) | |
| virtual StateInterface * | onTimeout ()=0 |
Protected Member Functions | |
| virtual | ~BaseState () |
Private Member Functions | |
| virtual StateInterface * | onI (const wns::ldk::CompoundPtr &compound, int sequenceNumber) |
Definition at line 23 of file BaseState.hpp.
| glue::arqfsm::stopandwait::BaseState::BaseState | ( | FSMFU::BaseFSM * | t, | |
| const std::string & | stateName | |||
| ) | [inline] |
Definition at line 28 of file BaseState.hpp.
| virtual glue::arqfsm::stopandwait::BaseState::~BaseState | ( | ) | [inline, protected, virtual] |
Definition at line 37 of file BaseState.hpp.
| StateInterface * BaseState::onI | ( | const wns::ldk::CompoundPtr & | compound, | |
| int | sequenceNumber | |||
| ) | [private, virtual] |
Implements glue::arqfsm::InSignals< FSMFU::BaseFSM::StateInterface >.
Definition at line 19 of file BaseState.cpp.
| virtual StateInterface* glue::arqfsm::stopandwait::BaseState::onTimeout | ( | ) | [pure virtual] |
Implemented in glue::arqfsm::stopandwait::ReadyForTransmission, and glue::arqfsm::stopandwait::WaitingForACK.
1.5.5