Skip to content

Commit

Permalink
templates: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
avarga committed Oct 2, 2023
1 parent 467d642 commit 8e6c460
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# adjust the following
templateName = New Adhoc Mobility Wireless Network Wizard
templateDescription = Network for testing the IEEE 802.11 model in ad-hoc mode.
templateCategory = Generated Wizards
templateCategory = INET
supportedWizardTypes =

# custom wizard pages
Expand Down
2 changes: 1 addition & 1 deletion templates/NewInetSimulationWizard/template.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
templateName = Create New INET Simulation
templateDescription = Wizard Generate a new Inet simulation
templateCategory = Generated Wizards
templateCategory = INET
supportedWizardTypes = simulation

# template variables
Expand Down
13 changes: 3 additions & 10 deletions templates/NewInetSimulationWizard/wizardpage.xswt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<x:children>

<label x:text="Create a new Inet simulation." x:style="WRAP">
<label x:text="Create a new INET simulation." x:style="WRAP">
<layoutData x:class="GridData" horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
</label>

Expand All @@ -30,15 +30,8 @@
<label text="Number of clients:"/>
<spinner x:id="numClients" minimum="1" maximum="10" x:style="BORDER"/>

<!-- ipProtocol:IPv4/IPv6 -->
<!-- <label text="IP protocol:"/>
<combo x:id="ipProtocol" x:style="BORDER|READ_ONLY">
<add x:p0="IPv4"/>
<add x:p0="IPv6"/>
</combo>
-->
<group text="IP layer">
<layoutData x:class="GridData" horizontalSpan="2"/>
<layoutData x:class="GridData" horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
<layout x:class="GridLayout"/>
<x:children>
<button x:id="ipv4Layer" text="IPv4" x:style="RADIO"/>
Expand All @@ -57,7 +50,7 @@
<x:children>

<group text="TCP traffic">
<layoutData x:class="GridData" horizontalSpan="2"/>
<layoutData x:class="GridData" horizontalSpan="2" horizontalAlignment="FILL" grabExcessHorizontalSpace="true"/>
<layout x:class="GridLayout"/>
<x:children>
<!-- noneTcpTraffic? -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# adjust the following
templateName = New Managed Mobility Wireless Network Wizard
templateDescription = Network for testing the IEEE 802.11 model in managed (access point) mode.
templateCategory = Generated Wizards
templateCategory = INET
supportedWizardTypes =

# custom wizard pages
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
templateName = Create New Wireless Handover Simulation
templateDescription = Wizard Generate a new wireless handover simulation
templateCategory = Generated Wizards
templateCategory = INET
supportedWizardTypes = simulation

# template variables
Expand Down

0 comments on commit 8e6c460

Please sign in to comment.