|
|
| 1 |
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ |
1 |
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ |
| 2 |
/* |
2 |
/* |
| 3 |
* Copyright (c) 2010 TELEMATICS LAB, DEE - Politecnico di Bari |
3 |
* Copyright (c) 2010 TELEMATICS LAB, DEE - Politecnico di Bari |
| 4 |
* |
4 |
* |
| 5 |
* This program is free software; you can redistribute it and/or modify |
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 |
6 |
* it under the terms of the GNU General Public License version 2 as |
| 7 |
* published by the Free Software Foundation; |
7 |
* published by the Free Software Foundation; |
| 8 |
* |
8 |
* |
| 9 |
* This program is distributed in the hope that it will be useful, |
9 |
* This program is distributed in the hope that it will be useful, |
| 10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 |
* GNU General Public License for more details. |
12 |
* GNU General Public License for more details. |
| 13 |
* |
13 |
* |
| 14 |
* You should have received a copy of the GNU General Public License |
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 |
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 |
16 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 17 |
* |
17 |
* |
| 18 |
* Author: Giuseppe Piro <g.piro@poliba.it> |
18 |
* Author: Giuseppe Piro <g.piro@poliba.it> |
| 19 |
*/ |
19 |
*/ |
| 20 |
|
20 |
|
| 21 |
|
21 |
#ifndef JAKES_FADING_REALIZATIONS_H |
| 22 |
|
22 |
#define JAKES_FADING_REALIZATIONS_H |
| 23 |
#ifndef MULTIPATH_H_ |
23 |
|
| 24 |
#define MULTIPATH_H_ |
24 |
#include "JakesTraces/multipath_v0_M6.h" |
| 25 |
|
25 |
#include "JakesTraces/multipath_v0_M8.h" |
| 26 |
#include "JakesTraces/multipath_v0_M6.h" |
26 |
#include "JakesTraces/multipath_v0_M10.h" |
| 27 |
#include "JakesTraces/multipath_v0_M8.h" |
27 |
#include "JakesTraces/multipath_v0_M12.h" |
| 28 |
#include "JakesTraces/multipath_v0_M10.h" |
28 |
|
| 29 |
#include "JakesTraces/multipath_v0_M12.h" |
29 |
#include "JakesTraces/multipath_v3_M6.h" |
| 30 |
|
30 |
#include "JakesTraces/multipath_v3_M8.h" |
| 31 |
#include "JakesTraces/multipath_v3_M6.h" |
31 |
#include "JakesTraces/multipath_v3_M10.h" |
| 32 |
#include "JakesTraces/multipath_v3_M8.h" |
32 |
#include "JakesTraces/multipath_v3_M12.h" |
| 33 |
#include "JakesTraces/multipath_v3_M10.h" |
33 |
|
| 34 |
#include "JakesTraces/multipath_v3_M12.h" |
34 |
#include "JakesTraces/multipath_v30_M6.h" |
| 35 |
|
35 |
#include "JakesTraces/multipath_v30_M8.h" |
| 36 |
#include "JakesTraces/multipath_v30_M6.h" |
36 |
#include "JakesTraces/multipath_v30_M10.h" |
| 37 |
#include "JakesTraces/multipath_v30_M8.h" |
37 |
#include "JakesTraces/multipath_v30_M12.h" |
| 38 |
#include "JakesTraces/multipath_v30_M10.h" |
38 |
|
| 39 |
#include "JakesTraces/multipath_v30_M12.h" |
39 |
#include "JakesTraces/multipath_v120_M6.h" |
| 40 |
|
40 |
#include "JakesTraces/multipath_v120_M8.h" |
| 41 |
#include "JakesTraces/multipath_v120_M6.h" |
41 |
#include "JakesTraces/multipath_v120_M10.h" |
| 42 |
#include "JakesTraces/multipath_v120_M8.h" |
42 |
#include "JakesTraces/multipath_v120_M12.h" |
| 43 |
#include "JakesTraces/multipath_v120_M10.h" |
43 |
|
| 44 |
#include "JakesTraces/multipath_v120_M12.h" |
44 |
#endif /* JAKES_FADING_REALIZATIONS_H */ |
| 45 |
|
|
|
| 46 |
|
| 47 |
#endif /* MULTIPATH_H_ */ |