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


Public Types | |
| enum | FrameType { I, ACK, NAK } |
Public Member Functions | |
| FrameType | getFrameType () const |
| SequenceNumber | getNS () const |
| GoBackNCommand () | |
| bool | isACK () const |
| void | setNS (const SequenceNumber &SN) |
Public Attributes | |
| struct { | |
| } | local |
| struct { | |
| } | magic |
| struct { | |
| int NS | |
| FrameType type | |
| } | peer |
Definition at line 63 of file GoBackN.hpp.
I - Information Frame ACK - received packet acknowledged (ACK) NAK - certain packet missing (NAK)
Definition at line 72 of file GoBackN.hpp.
| wns::ldk::arq::GoBackNCommand::GoBackNCommand | ( | ) | [inline] |
Definition at line 74 of file GoBackN.hpp.
| FrameType wns::ldk::arq::GoBackNCommand::getFrameType | ( | ) | const [inline] |
Definition at line 93 of file GoBackN.hpp.
| SequenceNumber wns::ldk::arq::GoBackNCommand::getNS | ( | ) | const [inline] |
Definition at line 87 of file GoBackN.hpp.
| bool wns::ldk::arq::GoBackNCommand::isACK | ( | ) | const [inline, virtual] |
| void wns::ldk::arq::GoBackNCommand::setNS | ( | const SequenceNumber & | SN | ) | [inline] |
Definition at line 81 of file GoBackN.hpp.
| struct { ... } wns::ldk::arq::GoBackNCommand::local |
| struct { ... } wns::ldk::arq::GoBackNCommand::magic |
Definition at line 107 of file GoBackN.hpp.
| struct { ... } wns::ldk::arq::GoBackNCommand::peer |
Definition at line 106 of file GoBackN.hpp.
1.5.5