An Introduction to POGO
POGO is a Tango
device server source code generator.
It is able to generate TANGO device server skeleton source code
in two languages:
POGO is able to read source code for future
modifications or updates.
If the programmer makes his own changes with a text editor,
some conventions must be respected in
cpp and in
java
to allow POGO to re-interpret the source code.
Getting started POGO
Pogo is a Java program using Swing classes.
That means that it can run only on a machine where JDK1.2
has been installed.
To start the generator, type :
/segfs/tango/bin/pogo
The $CLASSPATH environment variable and default options
will be set by this script file, and the main window of the
POGO GUI will be displayed.
Use file menu to create a New project or to Open a device
server source file.