Skip to content

Commit 6b2763f

Browse files
committed
showcases: fix: renamed NED files and networks to be more specific
1 parent 1427d0e commit 6b2763f

File tree

6 files changed

+10
-17
lines changed

6 files changed

+10
-17
lines changed

showcases/mobility/basic/MobilityShowcase.ned renamed to showcases/mobility/basic/BasicMobilityShowcase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package inet.showcases.mobility.basic;
33
import inet.node.inet.StandardHost;
44
import inet.visualizer.common.IntegratedVisualizer;
55

6-
network MobilityShowcase
6+
network BasicMobilityShowcase
77
{
88
parameters:
99
int numHosts;

showcases/mobility/basic/omnetpp.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[General]
22
#abstract-config = true (requires omnet 6)
3+
network = BasicMobilityShowcase
34

45
image-path = "/home/user/Integration/inet/showcases/general/simpleMobility"
56

@@ -19,15 +20,13 @@ image-path = "/home/user/Integration/inet/showcases/general/simpleMobility"
1920
**.constraintAreaMaxZ = 0m
2021

2122
[Config LinearMobility]
22-
network = MobilityShowcase
2323

2424
*.numHosts = 7
2525

2626
*.host[*].mobility.typename = "LinearMobility"
2727
**.mobility.speed = 40mps
2828

2929
[Config CircleMobility]
30-
network = MobilityShowcase
3130

3231
*.numHosts = 2
3332

@@ -46,7 +45,6 @@ network = MobilityShowcase
4645
*.host[1].mobility.startAngle = 270deg
4746

4847
[Config TurtleMobility]
49-
network = MobilityShowcase
5048

5149
*.numHosts = 2
5250

@@ -56,7 +54,6 @@ network = MobilityShowcase
5654
*.host[1].mobility.turtleScript = xmldoc("config2.xml")
5755

5856
[Config FacingMobility]
59-
network = MobilityShowcase
6057

6158
*.numHosts = 7
6259

@@ -93,7 +90,6 @@ network = MobilityShowcase
9390
*.host[6].mobility.initialZ = 0m
9491

9592
[Config GaussMarkovMobility]
96-
network = MobilityShowcase
9793

9894
*.numHosts = 7
9995

@@ -107,15 +103,13 @@ network = MobilityShowcase
107103
**.mobility.alpha = 0
108104

109105
[Config StaticGridMobility]
110-
network = MobilityShowcase
111106

112107
*.numHosts = 7
113108

114109
*.*host[*].mobility.typename = "StaticGridMobility"
115110
*.*host[*].mobility.numHosts = 7
116111

117112
[Config StationaryMobility]
118-
network = MobilityShowcase
119113

120114
*.numHosts = 3
121115

@@ -136,7 +130,6 @@ network = MobilityShowcase
136130
*.host[2].mobility.initialHeading = 180deg
137131

138132
[Config BonnMotionMobility]
139-
network = MobilityShowcase
140133

141134
*.numHosts = 2
142135

showcases/mobility/combining/MobilityShowcase.ned renamed to showcases/mobility/combining/CombiningMobilityShowcase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import inet.physicallayer.wireless.ieee80211.packetlevel.Ieee80211ScalarRadioMed
88
import inet.visualizer.common.IntegratedMultiVisualizer;
99

1010

11-
network MobilityShowcase
11+
network CombiningMobilityShowcase
1212
{
1313
parameters:
1414
int numHosts;

showcases/mobility/combining/omnetpp.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ image-path = "/home/user/Integration/inet/showcases/general/compoundMobility"
1919
**.constraintAreaMaxZ = 0m
2020

2121
[Config Attached1]
22-
network = MobilityShowcase
22+
network = CombiningMobilityShowcase
2323

2424
*.numHosts = 4
2525

@@ -39,7 +39,7 @@ network = MobilityShowcase
3939
*.host[3].mobility.offsetHeading = 45deg
4040

4141
[Config Attached2]
42-
network = MobilityShowcase
42+
network = CombiningMobilityShowcase
4343

4444
*.numHosts = 5
4545

@@ -63,7 +63,7 @@ network = MobilityShowcase
6363
*.host[4].mobility.offsetHeading = -180deg
6464

6565
[Config Superpositioning1]
66-
network = MobilityShowcase
66+
network = CombiningMobilityShowcase
6767

6868
*.numHosts = 1
6969

@@ -92,7 +92,7 @@ network = MobilityShowcase
9292
**.mobility.element[1].constraintAreaMaxZ = 0m
9393

9494
[Config Superpositioning2]
95-
network = MobilityShowcase
95+
network = CombiningMobilityShowcase
9696

9797
*.numHosts = 2
9898

@@ -200,7 +200,7 @@ sim-time-limit = 10000s
200200
*.visualizer.*.mobilityVisualizer[1].orientationFillColor = "yellow"
201201

202202
[Config Attached3D]
203-
network = MobilityShowcase
203+
network = CombiningMobilityShowcase
204204

205205
*.numHosts = 2
206206

showcases/mobility/spatial/MobilityShowcase.ned renamed to showcases/mobility/spatial/SpatialMobilityShowcase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import inet.node.inet.StandardHost;
99
import inet.visualizer.common.IntegratedVisualizer;
1010

1111

12-
network MobilityShowcase
12+
network SpatialMobilityShowcase
1313
{
1414
parameters:
1515
int numHosts;

showcases/mobility/spatial/omnetpp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[General]
2-
network = MobilityShowcase
2+
network = SpatialMobilityShowcase
33
#abstract-config = true (requires omnet 6)
44

55
# scene visualization

0 commit comments

Comments
 (0)