 Collaboration diagram for BearerTestData:
 Collaboration diagram for BearerTestData:| Public Member Functions | |
| BearerTestData (uint32_t n, uint32_t s, double i) | |
| Constructor.  More... | |
| Public Attributes | |
| Ptr< Application > | dlClientApp | 
| the DL client app  More... | |
| Ptr< PacketSink > | dlServerApp | 
| 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< Application > | ulClientApp | 
| the UL client app  More... | |
| Ptr< PacketSink > | ulServerApp | 
| the UL server app  More... | |
BearerTestData structure
Definition at line 58 of file test-lte-epc-e2e-data.cc.
| BearerTestData::BearerTestData | ( | uint32_t | n, | 
| uint32_t | s, | ||
| double | i | ||
| ) | 
Constructor.
| n | the number of packets | 
| s | the packet size | 
| i | the inter packet interval in seconds | 
Definition at line 80 of file test-lte-epc-e2e-data.cc.
| Ptr<Application> BearerTestData::dlClientApp | 
the DL client app
Definition at line 74 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
| Ptr<PacketSink> BearerTestData::dlServerApp | 
the DL server app
Definition at line 73 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
| Time BearerTestData::interPacketInterval | 
the inter packet interval time
Definition at line 71 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
| uint32_t BearerTestData::numPkts | 
the number of packets
Definition at line 69 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
| uint32_t BearerTestData::pktSize | 
the packet size
Definition at line 70 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
| Ptr<Application> BearerTestData::ulClientApp | 
the UL client app
Definition at line 77 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().
| Ptr<PacketSink> BearerTestData::ulServerApp | 
the UL server app
Definition at line 76 of file test-lte-epc-e2e-data.cc.
Referenced by LteEpcE2eDataTestCase::DoRun().