A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
point-to-point-remote-channel.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2007 University of Washington
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation;
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
*
18
* Author: George Riley <riley@ece.gatech.edu>
19
*/
20
21
// This object connects two point-to-point net devices where at least one
22
// is not local to this simulator object. It simply over-rides the transmit
23
// method and uses an MPI Send operation instead.
24
25
#ifndef POINT_TO_POINT_REMOTE_CHANNEL_H
26
#define POINT_TO_POINT_REMOTE_CHANNEL_H
27
28
#include "
point-to-point-channel.h
"
29
30
namespace
ns3 {
31
35
class
PointToPointRemoteChannel
:
public
PointToPointChannel
36
{
37
public
:
38
static
TypeId
GetTypeId
(
void
);
39
PointToPointRemoteChannel
();
40
~PointToPointRemoteChannel
();
41
virtual
bool
TransmitStart
(
Ptr<Packet>
p,
Ptr<PointToPointNetDevice>
src,
Time
txTime);
42
};
43
}
44
45
#endif
46
47
ns3::Time
keep track of time values and allow control of global simulation resolution
Definition:
nstime.h:81
ns3::Ptr< Packet >
ns3::PointToPointRemoteChannel::TransmitStart
virtual bool TransmitStart(Ptr< Packet > p, Ptr< PointToPointNetDevice > src, Time txTime)
Transmit a packet over this channel.
Definition:
point-to-point-remote-channel.cc:56
ns3::PointToPointRemoteChannel::~PointToPointRemoteChannel
~PointToPointRemoteChannel()
Definition:
point-to-point-remote-channel.cc:51
ns3::PointToPointRemoteChannel
Definition:
point-to-point-remote-channel.h:35
ns3::PointToPointRemoteChannel::GetTypeId
static TypeId GetTypeId(void)
Definition:
point-to-point-remote-channel.cc:38
ns3::PointToPointRemoteChannel::PointToPointRemoteChannel
PointToPointRemoteChannel()
Definition:
point-to-point-remote-channel.cc:47
ns3::PointToPointChannel
Simple Point To Point Channel.
Definition:
point-to-point-channel.h:47
point-to-point-channel.h
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:49
src
point-to-point
model
point-to-point-remote-channel.h
Generated on Sat Apr 19 2014 14:07:07 for ns-3 by
1.8.6