hep.lcd.vertexing.zvtop
Class ZvSwimStatusWords

java.lang.Object
  |
  +--hep.lcd.vertexing.zvtop.ZvSwimStatusWords

public class ZvSwimStatusWords
extends Object

ZvSwimStatusWords -- status object words for ZvSwimStatus

Version:
$Id: ZvSwimStatusWords.java,v 1.2 2001/06/05 18:20:57 walkowia Exp $
Author:
W.Walkowiak, 09/18/00
Source Code:
ZvSwimStatusWords.java

Field Summary
static ZvSwimStatusWords FAILED_ON_ENTRY
           
static ZvSwimStatusWords NO_TRACK
           
static ZvSwimStatusWords NOT_SWUM
           
static ZvSwimStatusWords OK
           
static ZvSwimStatusWords POS_OUT_OF_VOLUME
           
static ZvSwimStatusWords TOO_BIG_DIP_ANGLE
           
static ZvSwimStatusWords TOO_MANY_ITERATIONS
           
static ZvSwimStatusWords ZERO_B_FIELD
           
 
Method Summary
 String toString()
          phrase the status word into a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OK

public static final ZvSwimStatusWords OK

NOT_SWUM

public static final ZvSwimStatusWords NOT_SWUM

NO_TRACK

public static final ZvSwimStatusWords NO_TRACK

TOO_BIG_DIP_ANGLE

public static final ZvSwimStatusWords TOO_BIG_DIP_ANGLE

TOO_MANY_ITERATIONS

public static final ZvSwimStatusWords TOO_MANY_ITERATIONS

FAILED_ON_ENTRY

public static final ZvSwimStatusWords FAILED_ON_ENTRY

POS_OUT_OF_VOLUME

public static final ZvSwimStatusWords POS_OUT_OF_VOLUME

ZERO_B_FIELD

public static final ZvSwimStatusWords ZERO_B_FIELD
Method Detail

toString

public String toString()
phrase the status word into a string
Overrides:
toString in class Object


The LCD Group