ADTF Qt5
Loading...
Searching...
No Matches
ADTF Property Editor

Description

The ADTF Property Editor is a GUI application to manipulate properties at runtime.
It can be connected to a running ADTF Session similiar to the ADTF Control.
Once connected all session objects and properties will be displayed as list and tree views.

Note
Property changes won't be persisted back to the ADTF Session (.adtfproperties file).
If it is required to adjust at runtime and save back, please use the ADTF Configuration Editor.

Getting started

For any purpose, please execute the adtf_property_editor with the option --help, which will give you an overview and example usage of available options and commands.

ADTF Property Editor
adtf_property_editor
Usage:
adtf_property_editor [--help]
adtf_property_editor [--url <url>] [--interval_runlevel <milliseconds>]
[--interval_connection <milliseconds>]
Options:
--help, -h Print the usage info and quit.
--url, -u <url>
URL of the ADTF system. Defaults to 'http://localhost:8000'.
--interval_runlevel <milliseconds>
The interval at which the run level will be queried and therefore updates of the
session object list (defaults to 1000).
--interval_connection <milliseconds>
The interval at which the connection status will be queried (defaults to 250).

Basic Usage

It can be executed standalone or from the ADTF Configuration Editor, when the .adtfenvironment file from this ADTF Qt5 package is loaded.

All session objects and their properties are displayed in a list and a tree view and being updated when a runlevel transition occurs.
Both objects and properties can be filtered for quick navigation.

To show information about a running Session just start the ADTF Property Editor.
If the argument --url is not provided the default URL http://localhost:8000 will be used.