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


Public Member Functions | |
| RLCCommand () | |
Public Attributes | |
| struct { | |
| int direction | |
| The direction of the compound, 1 means UPLINK (towards the core network), 2 means DOWNLINK (coming from the core network). | |
| } | local |
| struct { | |
| } | magic |
| struct { | |
| wns::service::dll::UnicastAddress destination | |
| destination Address from an End-to-end Point of View, in the uplink this is not set because packets are always sent to the "Association". | |
| wns::service::dll::FlowID flowID | |
| wns::service::qos::QoSClass qosClass | |
| wns::service::dll::UnicastAddress source | |
| source Address from an End-to-end Point of View | |
| } | peer |
| struct { | |
| wns::service::dll::FlowID flowID | |
| The FlowID used between RANG and Basestations. | |
| } | rang |
Definition at line 47 of file RLCCommand.hpp.
| lte::rlc::RLCCommand::RLCCommand | ( | ) | [inline] |
Definition at line 51 of file RLCCommand.hpp.
Definition at line 88 of file RLCCommand.hpp.
Definition at line 73 of file RLCCommand.hpp.
Definition at line 64 of file RLCCommand.hpp.
| struct { ... } lte::rlc::RLCCommand::local |
| struct { ... } lte::rlc::RLCCommand::magic |
| struct { ... } lte::rlc::RLCCommand::peer |
Definition at line 92 of file RLCCommand.hpp.
| struct { ... } lte::rlc::RLCCommand::rang |
Definition at line 82 of file RLCCommand.hpp.
1.5.5