Device Tree is an application to watch over a list of attributes and commands. There are 2 different modes in this application:
See Device Tree Manual for more informations.
There are two packages in this application:
Browse these packages to see the application architecture
This is the most used one. Just launch the devicetree script (main class is explorer.Main
),
following instructions in the 1 - Getting started: section.
This case comes when you want to start Device Tree through another application.
Let's see how you can start the two different modes as "Not Stand Alone":
new explorer.AdminMain()
new explorer.ViewerMain(filename)
, where
filename
is a String
that represents the path of the device tree file you want
to start your user mode with.