comparison ProbeID.java @ 0:4031cbb02f08

Initial import. Ignore-this: 87317e384f22bde48db996355191fa5f
author Marcus Pearce <m.pearce@gold.ac.uk>
date Tue, 18 May 2010 11:37:10 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4031cbb02f08
1 /*=============================================================================
2 * File: ProbeID.java
3 * Author: Marcus Pearce <m.pearce@gold.ac.uk>
4 * Created: <2007-03-01 13:39:43 marcusp>
5 * Time-stamp: <2010-05-10 11:27:35 marcusp>
6 *=============================================================================
7 */
8
9 public enum ProbeID {
10 NOT_PROBE, START_CLOCK, BEFORE_PROBE, PROBE_EX, PROBE_UNEX, AFTER_PROBE, PROBE
11 }