A Discrete-Event Network Simulator
API
ns3::dot11s::RouteChange Struct Reference

Structure to encapsulate route change information. More...

#include "hwmp-protocol.h"

+ Collaboration diagram for ns3::dot11s::RouteChange:

Public Attributes

Mac48Address destination
 route destination More...
 
uint32_t interface
 interface index More...
 
Time lifetime
 lifetime of route More...
 
uint32_t metric
 metric of route More...
 
Mac48Address retransmitter
 route source More...
 
uint32_t seqnum
 sequence number of route More...
 
std::string type
 type of change More...
 

Detailed Description

Structure to encapsulate route change information.

Definition at line 47 of file hwmp-protocol.h.

Member Data Documentation

◆ destination

◆ interface

uint32_t ns3::dot11s::RouteChange::interface

interface index

Definition at line 52 of file hwmp-protocol.h.

Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().

◆ lifetime

Time ns3::dot11s::RouteChange::lifetime

lifetime of route

Definition at line 54 of file hwmp-protocol.h.

Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().

◆ metric

uint32_t ns3::dot11s::RouteChange::metric

metric of route

Definition at line 53 of file hwmp-protocol.h.

Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().

◆ retransmitter

Mac48Address ns3::dot11s::RouteChange::retransmitter

route source

Definition at line 51 of file hwmp-protocol.h.

Referenced by ns3::dot11s::HwmpProtocol::ReceivePrep(), and ns3::dot11s::HwmpProtocol::ReceivePreq().

◆ seqnum

uint32_t ns3::dot11s::RouteChange::seqnum

◆ type


The documentation for this struct was generated from the following file: