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


Public Member Functions | |
| virtual void | processIncoming (const wns::ldk::CompoundPtr &compound) |
| Process compounds on uplink. | |
| virtual void | processOutgoing (const wns::ldk::CompoundPtr &) |
| Process compounds on downlink. | |
| UnacknowledgedMode (wns::ldk::fun::FUN *fuNet, const wns::pyconfig::View &config) | |
| virtual | ~UnacknowledgedMode () |
Private Attributes | |
| dll::ILayer2 * | layer2 |
Definition at line 39 of file UnacknowledgedMode.hpp.
| UnacknowledgedMode::UnacknowledgedMode | ( | wns::ldk::fun::FUN * | fuNet, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 41 of file UnacknowledgedMode.cpp.
| UnacknowledgedMode::~UnacknowledgedMode | ( | ) | [virtual] |
Definition at line 49 of file UnacknowledgedMode.cpp.
| void UnacknowledgedMode::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Override this method to handle incoming compounds.
Reimplemented from wns::ldk::sar::SegAndConcat.
Definition at line 54 of file UnacknowledgedMode.cpp.
| void UnacknowledgedMode::processOutgoing | ( | const wns::ldk::CompoundPtr & | ) | [virtual] |
Override this method to handle outgoing compounds.
Reimplemented from wns::ldk::sar::SegAndConcat.
Definition at line 72 of file UnacknowledgedMode.cpp.
dll::ILayer2* lte::rlc::UnacknowledgedMode::layer2 [private] |
Definition at line 54 of file UnacknowledgedMode.hpp.
1.5.5