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


Public Types | |
| enum | FrameType { I, ACK } |
Public Member Functions | |
| SequenceNumber | getNS () const |
| bool | isACK () const |
| SelectiveRepeatCommand () | |
| void | setNS (SequenceNumber sn) |
Public Attributes | |
| struct { | |
| simTimeType firstSentTime | |
| simTimeType lastSentTime | |
| } | local |
| struct { | |
| simTimeType ackSentTime | |
| } | magic |
| struct { | |
| SequenceNumber ns | |
| FrameType type | |
| } | peer |
Definition at line 57 of file SelectiveRepeat.hpp.
| wns::ldk::arq::SelectiveRepeatCommand::SelectiveRepeatCommand | ( | ) | [inline] |
Definition at line 67 of file SelectiveRepeat.hpp.
| SequenceNumber wns::ldk::arq::SelectiveRepeatCommand::getNS | ( | ) | const [inline] |
Definition at line 81 of file SelectiveRepeat.hpp.
| bool wns::ldk::arq::SelectiveRepeatCommand::isACK | ( | ) | const [inline, virtual] |
| void wns::ldk::arq::SelectiveRepeatCommand::setNS | ( | SequenceNumber | sn | ) | [inline] |
Definition at line 76 of file SelectiveRepeat.hpp.
Definition at line 100 of file SelectiveRepeat.hpp.
Definition at line 93 of file SelectiveRepeat.hpp.
Definition at line 92 of file SelectiveRepeat.hpp.
| struct { ... } wns::ldk::arq::SelectiveRepeatCommand::local |
| struct { ... } wns::ldk::arq::SelectiveRepeatCommand::magic |
Definition at line 97 of file SelectiveRepeat.hpp.
| struct { ... } wns::ldk::arq::SelectiveRepeatCommand::peer |
Definition at line 96 of file SelectiveRepeat.hpp.
1.5.5