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

Stucture for AODV Metrics. More...

#include <AODV.h>

Data Fields

unsigned int rreqSent
 
unsigned int rreqForwarded
 
unsigned int rrepSent
 
unsigned int rrepForwarded
 
unsigned int rerrSent
 
unsigned int rerrForwarded
 
unsigned int routeBreak
 
unsigned int packetTransmitted
 
unsigned int packetOrginated
 
unsigned int packetReceived
 
unsigned int packetDropped
 

Detailed Description

Stucture for AODV Metrics.

Definition at line 358 of file AODV.h.

Field Documentation

◆ packetDropped

unsigned int stru_AODV_Metrics::packetDropped

Definition at line 370 of file AODV.h.

◆ packetOrginated

unsigned int stru_AODV_Metrics::packetOrginated

Definition at line 368 of file AODV.h.

◆ packetReceived

unsigned int stru_AODV_Metrics::packetReceived

Definition at line 369 of file AODV.h.

◆ packetTransmitted

unsigned int stru_AODV_Metrics::packetTransmitted

Definition at line 367 of file AODV.h.

◆ rerrForwarded

unsigned int stru_AODV_Metrics::rerrForwarded

Definition at line 365 of file AODV.h.

◆ rerrSent

unsigned int stru_AODV_Metrics::rerrSent

Definition at line 364 of file AODV.h.

◆ routeBreak

unsigned int stru_AODV_Metrics::routeBreak

Definition at line 366 of file AODV.h.

◆ rrepForwarded

unsigned int stru_AODV_Metrics::rrepForwarded

Definition at line 363 of file AODV.h.

◆ rrepSent

unsigned int stru_AODV_Metrics::rrepSent

Definition at line 362 of file AODV.h.

◆ rreqForwarded

unsigned int stru_AODV_Metrics::rreqForwarded

Definition at line 361 of file AODV.h.

◆ rreqSent

unsigned int stru_AODV_Metrics::rreqSent

Definition at line 360 of file AODV.h.


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