Configurator
|
Configurator data structures. More...
Classes | |
class | Node |
Base class for tree displayable objects. More... | |
class | Classification |
One Classification path for module. More... | |
class | Description |
A Description of module function or register. More... | |
class | Function |
One Function of a module. More... | |
class | Module |
One Module device. More... | |
class | Module_Use |
One use of a Module. More... | |
class | Overview |
Overview description of a Module. More... | |
class | Parameter |
One function Parameter. More... | |
class | Project |
A Project configuration. More... | |
class | Register |
A module Register. More... | |
class | Result |
One function Result. More... | |
class | Selection |
One Selection from the selections tree. More... | |
class | Style |
Output formatting Style. More... | |
class | XML_Check |
A helper class to help check XML files for errors. More... | |
class | XML |
XML file processing. More... | |
Functions | |
def | main |
Configurator data structures.
The data structures are basically one-to-one with corresponding XML file data structures.
Due to the nature of Python, the code generation code currently hangs off individual the individual class objects.