% The xDSL simulation tool example GUI VDSL % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % GUI routines % % uiMain Main experiment routine % uiSetup GUI setup window % setupGUI Help routine to set up suitable GUI defaults % callbackGO Callback function for GO button in uiSetup % uiResults GUI result window % userDefinitions File containing user definitions for an experiment % % userDefinitionsBtap File containing user definitions for an BT experiment % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Routines in xdslcomm that supports GUI % % getNoiseModels Gets all available noise models for this tool % getPBOmethods Gets all available PBO methods for this tool % getScenarios Gets all available scenarios for this tool % getMaxVDSLlength Get the maximum VDSL modem length % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Misc % Content This file % startup Sets up paths and starts uiMain %% =========================================================================== % Copyright (C): % 2000 by FTW, Wien, Austria; % All rights reserved. % Description : The contents of the GUI VDSL directory % % File : Content.m % Project : FSAN duplex model % Author(s) : Tomas Nordstrom (Tomas.Nordstrom@FTW.at) % % CVS: $Id: Contents.m,v 1.1 2000/09/17 14:01:48 tono Exp $ %% =========================================================================== % Change History % 2000-09-17 (ToNo) Created %% ===========================================================================