A Discrete-Event Network Simulator
API
matrix-based-channel-model.cc
Go to the documentation of this file.
1/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
2/*
3 * Copyright (c) 2020 SIGNET Lab, Department of Information Engineering,
4 * University of Padova
5 * Copyright (c) 2020 Institute for the Wireless Internet of Things,
6 * Northeastern University
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation;
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
23
24namespace ns3 {
25
27{
28}
29
30}
virtual ~MatrixBasedChannelModel()
Destructor for MatrixBasedChannelModel.
Every class exported by the ns3 library is enclosed in the ns3 namespace.