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

Structure for Data information such as packet size and inter arrival time,this is applicable for Vanet application. More...

#include <Application.h>

Data Fields

DISTRIBUTION packetSizeDistribution
 
double * dPacketSize
 
DISTRIBUTION IATDistribution
 
double * dIAT
 
double dRandomWaitTime
 

Detailed Description

Structure for Data information such as packet size and inter arrival time,this is applicable for Vanet application.

Definition at line 165 of file Application.h.

Field Documentation

◆ dIAT

double* stru_Application_BSMInfo::dIAT

Definition at line 170 of file Application.h.

◆ dPacketSize

double* stru_Application_BSMInfo::dPacketSize

Definition at line 168 of file Application.h.

◆ dRandomWaitTime

double stru_Application_BSMInfo::dRandomWaitTime

Definition at line 171 of file Application.h.

◆ IATDistribution

DISTRIBUTION stru_Application_BSMInfo::IATDistribution

Definition at line 169 of file Application.h.

◆ packetSizeDistribution

DISTRIBUTION stru_Application_BSMInfo::packetSizeDistribution

Definition at line 167 of file Application.h.


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