Mercurial > hg > mep
view ProbeID.java @ 3:6108a8aa9d82
Add command line option to turn off clock.
Ignore-this: 1b88592bed48f4491e1563cccfbccbeb
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 21 Jun 2010 17:37:24 +0100 |
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 }