tianpi / thekla

Thekla - The UI Connection Spider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thekla - The UI Connection Spider

Getting started

Installation on Linux

Installation on Windows

Dependencies

Muddleware Database Preparation

The Muddleware database contents must be customized in order to use it with Thekla. The startup content is specified by the file test.xml (name can be changed within the Muddleware config file) located in the exec/data directory relative from the Muddleware root.

Per default, Thekla puts the UI data elements as children of the XML element THEKLA. Thus the MUDDLEWAREROOT/exec/data/test.xml contents must be edited to the following:

<?xml version="1.0" standalone="no" ?>
<!-- Using Thekla -->
<THEKLA>
    <!-- TODO -->
</THEKLA>

It is, however, possible to use a different XML element as shell for the Thekla UI data. The XML element is identified by some XPath prefix which can be entered in the global settings dialog of the Qt Plugin (the default UI data XPath prefix is /THEKLA) and the Thekla Input- and OutputClient API.

Documentation

Generate HTML documentation with doxygen by executing:

doxygen Doxyfile

The HTML documentation will be located in doc/html.

About

Thekla - The UI Connection Spider

License:Other


Languages

Language:C++ 43.5%Language:Roff 39.1%Language:Makefile 8.1%Language:Shell 7.0%Language:Perl 0.9%Language:Python 0.7%Language:QMake 0.4%Language:C 0.3%Language:HTML 0.1%