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


Public Member Functions | |
| ForwardingCommand () | |
Public Attributes | |
| struct { | |
| } | local |
| struct { | |
| int hopCount | |
| Number of hops this frame has passed so far. | |
| bool isUplink | |
| Identifies uplink frames (generated by a STA). | |
| std::vector < wns::service::dll::UnicastAddress > path | |
| Storage of the hops this frame has passed so far. | |
| } | magic |
| struct { | |
| bool addressExtension | |
| Flag signalling that the 6-field mesh address extension is used. | |
| wns::service::dll::UnicastAddress finalDestination | |
| Sink of the frame. | |
| bool fromDS | |
| Flag signalling frames from the distribution system. | |
| wns::service::dll::UnicastAddress meshDestination | |
| Destination in the mesh. | |
| wns::service::dll::UnicastAddress meshSource | |
| First node in the mesh that the frame has passed through. | |
| wns::service::dll::UnicastAddress originalSource | |
| Source of the frame. | |
| bool toDS | |
| Flag signalling frames to the distribution system. | |
| int TTL | |
| Time to live (number of hops in the mesh) to avoid circles. | |
| } | peer |
Definition at line 38 of file ForwardingCommand.hpp.
| wifimac::pathselection::ForwardingCommand::ForwardingCommand | ( | ) | [inline] |
Definition at line 42 of file ForwardingCommand.hpp.
Definition at line 87 of file ForwardingCommand.hpp.
Definition at line 112 of file ForwardingCommand.hpp.
Definition at line 82 of file ForwardingCommand.hpp.
Definition at line 125 of file ForwardingCommand.hpp.
Definition at line 130 of file ForwardingCommand.hpp.
| struct { ... } wifimac::pathselection::ForwardingCommand::local |
| struct { ... } wifimac::pathselection::ForwardingCommand::magic |
Only valid if the addressExtension is set to true
Definition at line 102 of file ForwardingCommand.hpp.
Only valid if the addressExtension is set to true
Definition at line 94 of file ForwardingCommand.hpp.
Definition at line 107 of file ForwardingCommand.hpp.
Definition at line 120 of file ForwardingCommand.hpp.
| struct { ... } wifimac::pathselection::ForwardingCommand::peer |
Definition at line 77 of file ForwardingCommand.hpp.
Definition at line 72 of file ForwardingCommand.hpp.
1.5.5