|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
21 #include "ns3/inet-socket-address.h"
22 #include "ns3/packet-socket-address.h"
23 #include "ns3/string.h"
24 #include "ns3/data-rate.h"
25 #include "ns3/uinteger.h"
26 #include "ns3/names.h"
27 #include "ns3/random-variable-stream.h"
28 #include "ns3/onoff-application.h"
54 Ptr<Node> node = Names::Find<Node> (nodeName);
82 int64_t currentStream = stream;
92 currentStream += onoff->AssignStreams (currentStream);
96 return (currentStream - stream);
AttributeValue implementation for DataRate.
Ptr< Application > GetApplication(uint32_t index) const
Retrieve the index-th Application associated to this node.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
AttributeValue implementation for Address.
Hold a value for an Attribute.
void SetConstantRate(DataRate dataRate, uint32_t packetSize=512)
Helper function to set a constant rate source.
void Add(ApplicationContainer other)
Append the contents of another ApplicationContainer to the end of this container.
Class for representing data rates.
ObjectFactory m_factory
Object factory.
a polymophic address class
Iterator Begin(void) const
Get an iterator which refers to the first Node in the container.
uint32_t AddApplication(Ptr< Application > application)
Associate an Application to this Node.
void SetAttribute(std::string name, const AttributeValue &value)
Helper function used to set the underlying application attributes.
Hold variables of type string.
Ptr< Application > InstallPriv(Ptr< Node > node) const
Install an ns3::OnOffApplication on the node configured with all the attributes set with SetAttribute...
ApplicationContainer Install(NodeContainer c) const
Install an ns3::OnOffApplication on each node of the input container configured with all the attribut...
std::vector< Ptr< Node > >::const_iterator Iterator
Node container iterator.
int64_t AssignStreams(NodeContainer c, int64_t stream)
Assign a fixed random variable stream number to the random variables used by this model.
static const uint32_t packetSize
holds a vector of ns3::Application pointers.
void Set(const std::string &name, const AttributeValue &value, Args &&... args)
Set an attribute to be set during construction.
keep track of a set of node pointers.
Iterator End(void) const
Get an iterator which indicates past-the-last Node in the container.
void SetTypeId(TypeId tid)
Set the TypeId of the Objects to be created by this factory.
Hold an unsigned integer type.
Ptr< Object > Create(void) const
Create an Object instance of the configured TypeId.
The base class for all ns3 applications.
uint32_t GetNApplications(void) const
OnOffHelper(std::string protocol, Address address)
Create an OnOffHelper to make it easier to work with OnOffApplications.