Create a client application which sends UDP packets carrying a 32bit sequence number and a 64 bit time stamp. More...
#include <udp-client-server-helper.h>
Public Member Functions | |
UdpClientHelper () | |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server. More... | |
UdpClientHelper (Ipv4Address ip, uint16_t port) | |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server. More... | |
UdpClientHelper (Ipv6Address ip, uint16_t port) | |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server. More... | |
UdpClientHelper (Address ip, uint16_t port) | |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server. More... | |
ApplicationContainer | Install (NodeContainer c) |
void | SetAttribute (std::string name, const AttributeValue &value) |
Record an attribute to be set in each Application after it is is created. More... | |
Private Attributes | |
ObjectFactory | m_factory |
Object factory. More... | |
Create a client application which sends UDP packets carrying a 32bit sequence number and a 64 bit time stamp.
Definition at line 93 of file udp-client-server-helper.h.
ns3::UdpClientHelper::UdpClientHelper | ( | ) |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.
Definition at line 67 of file udp-client-server-helper.cc.
ns3::UdpClientHelper::UdpClientHelper | ( | Ipv4Address | ip, |
uint16_t | port | ||
) |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.
ip | The IPv4 address of the remote UDP server |
port | The port number of the remote UDP server |
Definition at line 78 of file udp-client-server-helper.cc.
References ns3::UdpClient::GetTypeId(), m_factory, SetAttribute(), and ns3::ObjectFactory::SetTypeId().
ns3::UdpClientHelper::UdpClientHelper | ( | Ipv6Address | ip, |
uint16_t | port | ||
) |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.
ip | The IPv6 address of the remote UDP server |
port | The port number of the remote UDP server |
Definition at line 85 of file udp-client-server-helper.cc.
References ns3::UdpClient::GetTypeId(), m_factory, SetAttribute(), and ns3::ObjectFactory::SetTypeId().
ns3::UdpClientHelper::UdpClientHelper | ( | Address | ip, |
uint16_t | port | ||
) |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.
ip | The IP address of the remote UDP server |
port | The port number of the remote UDP server |
Definition at line 71 of file udp-client-server-helper.cc.
References ns3::UdpClient::GetTypeId(), m_factory, SetAttribute(), and ns3::ObjectFactory::SetTypeId().
ApplicationContainer ns3::UdpClientHelper::Install | ( | NodeContainer | c | ) |
c | the nodes |
Create one UDP client application on each of the input nodes
Definition at line 99 of file udp-client-server-helper.cc.
References ns3::ApplicationContainer::Add(), ns3::Node::AddApplication(), ns3::NodeContainer::Begin(), ns3::ObjectFactory::Create(), ns3::NodeContainer::End(), and m_factory.
Referenced by ns3::LenaFdTbfqFfMacSchedulerTestCase1::DoRun(), ns3::LenaPssFfMacSchedulerTestCase1::DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase1::DoRun(), ns3::LteX2HandoverTestCase::DoRun(), ns3::LenaPssFfMacSchedulerTestCase2::DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase2::DoRun(), ns3::LenaFdTbfqFfMacSchedulerTestCase2::DoRun(), ns3::LteX2HandoverMeasuresTestCase::DoRun(), Ns3WimaxSchedulingTestCase::DoRunOnce(), Ns3WimaxSFTypeTestCase::DoRunOnce(), and main().
void ns3::UdpClientHelper::SetAttribute | ( | std::string | name, |
const AttributeValue & | value | ||
) |
Record an attribute to be set in each Application after it is is created.
name | the name of the attribute to set |
value | the value of the attribute to set |
Definition at line 93 of file udp-client-server-helper.cc.
References m_factory, and ns3::ObjectFactory::Set().
Referenced by ns3::LenaFdTbfqFfMacSchedulerTestCase1::DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase1::DoRun(), ns3::LenaPssFfMacSchedulerTestCase1::DoRun(), UdpClientServerTestCase::DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase2::DoRun(), ns3::LenaFdTbfqFfMacSchedulerTestCase2::DoRun(), ns3::LenaPssFfMacSchedulerTestCase2::DoRun(), Ns3WimaxSchedulingTestCase::DoRunOnce(), Ns3WimaxSFTypeTestCase::DoRunOnce(), main(), and UdpClientHelper().
|
private |
Object factory.
Definition at line 150 of file udp-client-server-helper.h.
Referenced by Install(), SetAttribute(), and UdpClientHelper().