
View larger version (48K):
[in this window]
[in a new window]
|
Figure 2. The compile structure of the Antelope contributed-code repository (left,
"SOURCE") and the built structure after make install (right,
"BUILT"). An example application, weborbstat, is shown in
all its component parts, in the initial compile and the resultant built
structure. Weborbstat is a simple application that connects to an
ORB, displaying a table of station names and respective data-latencies
(Figure 4). Each application is
required to have a) a Unix manual page, b) a user-defined parameter file, c)
the application itself (.php), and d) a css file. Client-side interaction is
provided by a optional js file. Applications are often provided optional image
files as well. Note how each component part is distributed into a different
directory. Further detail on this and other applications in the text. css:
Cascading Style Sheet, js: Javascript.
|