A Discrete-Event Network Simulator
API
BearerTestData Struct Reference
+ Collaboration diagram for BearerTestData:

Public Member Functions

 BearerTestData (uint32_t n, uint32_t s, double i)
 Constructor. More...
 

Public Attributes

Ptr< ApplicationdlClientApp
 the DL client app More...
 
Ptr< PacketSinkdlServerApp
 the DL server app More...
 
Time interPacketInterval
 the inter packet interval time More...
 
uint32_t numPkts
 the number of packets More...
 
uint32_t pktSize
 the packet size More...
 
Ptr< ApplicationulClientApp
 the UL client app More...
 
Ptr< PacketSinkulServerApp
 the UL server app More...
 

Detailed Description

BearerTestData structure

Definition at line 58 of file test-lte-epc-e2e-data.cc.

Constructor & Destructor Documentation

◆ BearerTestData()

BearerTestData::BearerTestData ( uint32_t  n,
uint32_t  s,
double  i 
)

Constructor.

Parameters
nthe number of packets
sthe packet size
ithe inter packet interval in seconds

Definition at line 80 of file test-lte-epc-e2e-data.cc.

Member Data Documentation

◆ dlClientApp

Ptr<Application> BearerTestData::dlClientApp

the DL client app

Definition at line 74 of file test-lte-epc-e2e-data.cc.

Referenced by LteEpcE2eDataTestCase::DoRun().

◆ dlServerApp

Ptr<PacketSink> BearerTestData::dlServerApp

the DL server app

Definition at line 73 of file test-lte-epc-e2e-data.cc.

Referenced by LteEpcE2eDataTestCase::DoRun().

◆ interPacketInterval

Time BearerTestData::interPacketInterval

the inter packet interval time

Definition at line 71 of file test-lte-epc-e2e-data.cc.

Referenced by LteEpcE2eDataTestCase::DoRun().

◆ numPkts

uint32_t BearerTestData::numPkts

the number of packets

Definition at line 69 of file test-lte-epc-e2e-data.cc.

Referenced by LteEpcE2eDataTestCase::DoRun().

◆ pktSize

uint32_t BearerTestData::pktSize

the packet size

Definition at line 70 of file test-lte-epc-e2e-data.cc.

Referenced by LteEpcE2eDataTestCase::DoRun().

◆ ulClientApp

Ptr<Application> BearerTestData::ulClientApp

the UL client app

Definition at line 77 of file test-lte-epc-e2e-data.cc.

Referenced by LteEpcE2eDataTestCase::DoRun().

◆ ulServerApp

Ptr<PacketSink> BearerTestData::ulServerApp

the UL server app

Definition at line 76 of file test-lte-epc-e2e-data.cc.

Referenced by LteEpcE2eDataTestCase::DoRun().


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