Home | History | Annotate | Download | only in wardmodem

Lines Matching full:configuration

20     All modem specific configuration needed by WardModem.
22 This class serves the dual purpose of loading the configuration data needed
24 documentation regarding the configuration parameters available in the file.
30 @param modem The modem for which the configuration needs to be loaded.
31 |modem| can be None. In that case, only the configuration for
41 # (de)serialize configuration. See crbug.com/252475
42 # First load the default configuration
43 self._logger.info('Loading basic configuration.')
45 self._logger.debug('Basic configuration:\n%s',
51 self._logger.info('Loading modem specific configuration for modem '
54 self._logger.debug('Plugin configuration:\n%s',
62 Assign configuration data loaded into self variable for easy access.
121 # Configuration data for various state machines.
140 Load a variable from the configuration files.
142 Implement the most common way of loading variables from configuration.
162 Load the configuration data from file.
169 # The configuration file is an executable python file. Since the file
171 # manually point execfile to the directory for loading the configuration