summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/DOVEBrowser/Properties.java
blob: 17ff69e5a18e03221b1b0e7c95a96d543bb0fa64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$
// 
// = FILENAME
//    DataHandler.java
//
// = AUTHOR
//    Michael Kircher (mk1@cs.wustl.edu)
//
// = DESCRIPTION
//   This is the interface for data handling in the simulation demo
//   using the Event Channel as transport media. Several observables
//   are created to feed observer Java Beans.
//
// ============================================================================


public class Properties {
  public static final int DOUBLE = 0;
  public static final int NAVIGATION = 1;
  public static final int WEAPONS = 2;
}