Package ZenModel :: Module BasicDeviceLoader
[hide private]
[frames] | no frames]

Module BasicDeviceLoader

source code

BasicDeviceLoader.py

BasicDeviceLoader.py populates the dmd with devices from a file. The input file only needs to have a list of machines. It uses the Classifier system to figure out where in the DeviceClass a new device should be created. If no location is found it will use a specified default path or put the device in the top level of the DevicesClass tree.

$Id: BasicDeviceLoader.py,v 1.19 2004/04/04 01:51:19 edahl Exp $


Version: 1.19

Classes [hide private]
  BasicDeviceLoader
Load a machine
Variables [hide private]
  __doc__ = """BasicDeviceLoader...
Variables Details [hide private]

__doc__

Value:
"""BasicDeviceLoader.py

BasicDeviceLoader.py populates the dmd with devices from a file.  The \
input file
only needs to have a list of machines.  It uses the Classifier system
to figure out where in the DeviceClass a new device should be created.
If no location is found it will use a specified default path or put
the device in the top level of the DevicesClass tree.
...