A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
bulk-send-helper.cc
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008 INRIA
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Geoge Riley <riley@ece.gatech.edu>
7
* Adapted from OnOffHelper by:
8
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
9
*/
10
11
#include "
bulk-send-helper.h
"
12
13
#include <ns3/string.h>
14
15
namespace
ns3
16
{
17
18
BulkSendHelper::BulkSendHelper
(
const
std::string& protocol,
const
Address
& address)
19
:
ApplicationHelper
(
"ns3::BulkSendApplication"
)
20
{
21
m_factory
.
Set
(
"Protocol"
,
StringValue
(protocol));
22
m_factory
.
Set
(
"Remote"
,
AddressValue
(address));
23
}
24
25
}
// namespace ns3
bulk-send-helper.h
ns3::Address
a polymophic address class
Definition
address.h:90
ns3::AddressValue
Definition
address.h:275
ns3::ApplicationHelper
A helper to make it easier to instantiate an application on a set of nodes.
Definition
application-helper.h:28
ns3::ApplicationHelper::m_factory
ObjectFactory m_factory
Object factory.
Definition
application-helper.h:129
ns3::BulkSendHelper::BulkSendHelper
BulkSendHelper(const std::string &protocol, const Address &address)
Create an BulkSendHelper to make it easier to work with BulkSendApplications.
Definition
bulk-send-helper.cc:18
ns3::ObjectFactory::Set
void Set(const std::string &name, const AttributeValue &value, Args &&... args)
Set an attribute to be set during construction.
Definition
object-factory.h:213
ns3::StringValue
Hold variables of type string.
Definition
string.h:45
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
applications
helper
bulk-send-helper.cc
Generated on Fri Nov 8 2024 13:58:59 for ns-3 by
1.11.0