allow run-time model changes when pressing "Apply" in WLAN config dialog

(Boeing r1808)
This commit is contained in:
ahrenholz 2013-12-09 17:56:06 +00:00
parent 2f560551d1
commit fce1cf18ee
3 changed files with 57 additions and 0 deletions

View file

@ -304,6 +304,7 @@ proc wlanConfigDialogHelper { wi target apply } {
global systype
global plugin_img_edit
global g_selected_model
global oper_mode
set wlan $target
set emulation_type [lindex [getEmulPlugin $target] 1]
@ -378,6 +379,10 @@ proc wlanConfigDialogHelper { wi target apply } {
# remove any range circles
updateRangeCircles $target 0
if { $oper_mode == "exec" } {
# this generates Config Messages for updating the model parameters
pluginCapsInitialize $target "mobmodel"
}
return
}