27 #include <ns3/names.h> 57 Ptr<Node> node = Names::Find<Node> (nodeName);
107 Ptr<Node> node = Names::Find<Node> (nodeName);
void SetAttribute(const std::string &name, const AttributeValue &value)
Helper function used to set the underlying application attributes, but not the socket attributes...
holds a vector of ns3::Application pointers.
uint32_t AddApplication(Ptr< Application > application)
Associate an Application to this Node.
ApplicationContainer Install(NodeContainer c) const
Install an ThreeGppHttpServer on each node of the input container configured with all the attributes ...
std::vector< Ptr< Node > >::const_iterator Iterator
Node container iterator.
Ptr< Application > InstallPriv(Ptr< Node > node) const
void Add(ApplicationContainer other)
Append the contents of another ApplicationContainer to the end of this container. ...
Hold a value for an Attribute.
void SetTypeId(TypeId tid)
Set the TypeId of the Objects to be created by this factory.
ObjectFactory m_factory
Used to instantiate an ThreeGppHttpClient instance.
Iterator End(void) const
Get an iterator which indicates past-the-last Node in the container.
a polymophic address class
Ptr< Application > InstallPriv(Ptr< Node > node) const
ObjectFactory m_factory
Used to instantiate a ThreeGppHttpServer instance.
ApplicationContainer Install(NodeContainer c) const
Install a ThreeGppHttpClient on each node of the input container configured with all the attributes s...
The base class for all ns3 applications.
Ptr< Object > Create(void) const
Create an Object instance of the configured TypeId.
ThreeGppHttpClientHelper(const Address &address)
Create a ThreeGppHttpClientHelper to make it easier to work with ThreeGppHttpClient applications...
Every class exported by the ns3 library is enclosed in the ns3 namespace.
keep track of a set of node pointers.
void Set(std::string name, const AttributeValue &value)
Set an attribute to be set during construction.
void SetAttribute(const std::string &name, const AttributeValue &value)
Helper function used to set the underlying application attributes, but not the socket attributes...
AttributeValue implementation for Address.
ThreeGppHttpServerHelper(const Address &address)
Create a ThreeGppHttpServerHelper to make it easier to work with ThreeGppHttpServer applications...
Iterator Begin(void) const
Get an iterator which refers to the first Node in the container.