#include <udp-echo-helper.h>
Public Member Functions | |
UdpEchoClientHelper (Ipv4Address ip, uint16_t port) | |
void | SetAttribute (std::string name, const AttributeValue &value) |
ApplicationContainer | Install (Ptr< Node > node) const |
ApplicationContainer | Install (NodeContainer c) const |
Private Member Functions | |
Ptr< Application > | InstallPriv (Ptr< Node > node) const |
Private Attributes | |
ObjectFactory | m_factory |
Definition at line 47 of file udp-echo-helper.h.
ns3::UdpEchoClientHelper::UdpEchoClientHelper | ( | Ipv4Address | ip, | |
uint16_t | port | |||
) |
Definition at line 64 of file udp-echo-helper.cc.
ApplicationContainer ns3::UdpEchoClientHelper::Install | ( | NodeContainer | c | ) | const |
Definition at line 86 of file udp-echo-helper.cc.
ApplicationContainer ns3::UdpEchoClientHelper::Install | ( | Ptr< Node > | node | ) | const |
Definition at line 80 of file udp-echo-helper.cc.
Ptr< Application > ns3::UdpEchoClientHelper::InstallPriv | ( | Ptr< Node > | node | ) | const [private] |
Definition at line 98 of file udp-echo-helper.cc.
void ns3::UdpEchoClientHelper::SetAttribute | ( | std::string | name, | |
const AttributeValue & | value | |||
) |
Definition at line 72 of file udp-echo-helper.cc.
Definition at line 59 of file udp-echo-helper.h.