Mercurial > hg > mep
view ProbeID.java @ 5:135338ba37ef
If scaleLength == 2, then use 'q' and 'p' to record responses
Ignore-this: 3b73439d1f5694319cf442492531243
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Thu, 25 Nov 2010 11:10:53 +0000 |
parents | 4031cbb02f08 |
children |
line wrap: on
line source
/*============================================================================= * File: ProbeID.java * Author: Marcus Pearce <m.pearce@gold.ac.uk> * Created: <2007-03-01 13:39:43 marcusp> * Time-stamp: <2010-05-10 11:27:35 marcusp> *============================================================================= */ public enum ProbeID { NOT_PROBE, START_CLOCK, BEFORE_PROBE, PROBE_EX, PROBE_UNEX, AFTER_PROBE, PROBE }