A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
BearerTestData Struct Reference
+ Collaboration diagram for BearerTestData:

Public Member Functions

 BearerTestData (uint32_t n, uint32_t s, double i)
 

Public Attributes

Ptr< ApplicationdlClientApp
 
Ptr< PacketSinkdlServerApp
 
Time interPacketInterval
 
uint32_t numPkts
 
uint32_t pktSize
 
Ptr< ApplicationulClientApp
 
Ptr< PacketSinkulServerApp
 

Detailed Description

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

Constructor & Destructor Documentation

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

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

Member Data Documentation

Ptr<Application> BearerTestData::dlClientApp

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

Referenced by LteEpcE2eDataTestCase::DoRun().

Ptr<PacketSink> BearerTestData::dlServerApp

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

Referenced by LteEpcE2eDataTestCase::DoRun().

Time BearerTestData::interPacketInterval

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

Referenced by LteEpcE2eDataTestCase::DoRun().

uint32_t BearerTestData::numPkts

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

Referenced by LteEpcE2eDataTestCase::DoRun().

uint32_t BearerTestData::pktSize

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

Referenced by LteEpcE2eDataTestCase::DoRun().

Ptr<Application> BearerTestData::ulClientApp

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

Referenced by LteEpcE2eDataTestCase::DoRun().

Ptr<PacketSink> BearerTestData::ulServerApp

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

Referenced by LteEpcE2eDataTestCase::DoRun().


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