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