⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 check_info.m

📁 good for who wants it
💻 M
字号:
function check_info(handles, par)
% trgraph
% check if node information is on
global CHECK AKTWEZ STARTWEZ sfig DELAY RTT
handles=guihandles(sfig);

if CHECK(5)==1 % auto zmiana info
    if strcmp(get(handles.wezinfo, 'Checked'), 'on') & (par==0 | par==2)
        wez_info1(handles);
    end
    if strcmp(get(handles.syminfo, 'Checked'), 'on') & (par==1 | par==2)
        sym_info1(handles);
    end
    if strcmp(get(handles.simdelays, 'Checked'), 'on') & (par==1 | par==2)
        sym_delay(handles);
    end
    if strcmp(get(handles.nodedelays, 'Checked'), 'on') & (par==0 | par==2) & CHECK(2)==1 & AKTWEZ~=STARTWEZ
        wez_delay(handles);
    elseif strcmp(get(handles.nodedelays, 'Checked'), 'on') & (par==0 | par==2) & CHECK(2)==1 & AKTWEZ==STARTWEZ
        wez_delay_txt(1, 1, handles, 1);
    end
    if strcmp(get(handles.hopnetnr, 'Checked'), 'on') & (par==1 | par==2)
        hopnet_nr(handles);
    end
    if strcmp(get(handles.hopnr, 'Checked'), 'on') & (par==0 | par==2)
        hop_nr(handles);
    end
    if strcmp(get(handles.netproc, 'Checked'), 'on') & (par==1 | par==2)
        procnet(handles);
    end
    if strcmp(get(handles.proc, 'Checked'), 'on') & (par==0 | par==2)
        proc(handles);
    end
    if strcmp(get(handles.net_rtt, 'Checked'), 'on') & (par==1 | par==2)
        net_rtt(handles);
    end
    if strcmp(get(handles.wez_rtt, 'Checked'), 'on') & (par==0 | par==2) & CHECK(2)==1 & AKTWEZ~=STARTWEZ
        wez_rtt(handles);
    end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -