NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_AODV_DeviceVariable Struct Reference

#include <AODV.h>

Collaboration diagram for stru_AODV_DeviceVariable:

Data Fields

unsigned int nSequenceNumber
 
AODV_FIFOfifo
 
AODV_ROUTETABLErouteTable
 
AODV_RREQ_SEEN_TABLErreqSeenTable
 
AODV_RREQ_SENT_TABLErreqSentTable
 
AODV_PRECURSORS_LISTprecursorsList
 
double dLastBroadcastTime
 
unsigned int nRerrCount
 
double dFirstRerrTime
 
AODV_METRICS aodvMetrics
 
bool isHelloEnabled
 

Detailed Description

This is the AODV DeviceVariable Structure which contains - FIFO - a packet is added in FIFO buffer if the device does not have route to the target<br> routeTable - this contains the next HOP ip of the routes to the target<br> RREQ_SEEN_TABLE - this contains list differnet RREQ a device encounters.

Definition at line 378 of file AODV.h.

Field Documentation

◆ aodvMetrics

AODV_METRICS stru_AODV_DeviceVariable::aodvMetrics

Definition at line 389 of file AODV.h.

◆ dFirstRerrTime

double stru_AODV_DeviceVariable::dFirstRerrTime

Definition at line 388 of file AODV.h.

◆ dLastBroadcastTime

double stru_AODV_DeviceVariable::dLastBroadcastTime

Definition at line 386 of file AODV.h.

◆ fifo

AODV_FIFO* stru_AODV_DeviceVariable::fifo

Definition at line 381 of file AODV.h.

◆ isHelloEnabled

bool stru_AODV_DeviceVariable::isHelloEnabled

Definition at line 390 of file AODV.h.

◆ nRerrCount

unsigned int stru_AODV_DeviceVariable::nRerrCount

Definition at line 387 of file AODV.h.

◆ nSequenceNumber

unsigned int stru_AODV_DeviceVariable::nSequenceNumber

Definition at line 380 of file AODV.h.

◆ precursorsList

AODV_PRECURSORS_LIST* stru_AODV_DeviceVariable::precursorsList

Definition at line 385 of file AODV.h.

◆ routeTable

AODV_ROUTETABLE* stru_AODV_DeviceVariable::routeTable

Definition at line 382 of file AODV.h.

◆ rreqSeenTable

AODV_RREQ_SEEN_TABLE* stru_AODV_DeviceVariable::rreqSeenTable

Definition at line 383 of file AODV.h.

◆ rreqSentTable

AODV_RREQ_SENT_TABLE* stru_AODV_DeviceVariable::rreqSentTable

Definition at line 384 of file AODV.h.


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