Public Member Functions | |
CalibrationControllerStatus () | |
void | publishGuts (is.Ostream out) |
void | refreshGuts (is.Istream in) |
Public Attributes | |
int | status |
String | updateOption |
String | currentSequence |
String | currentTest |
int | currentScanIndex |
Static Public Attributes | |
static final is.Type | type = new is.Type( new CalibrationControllerStatus( ) ) |
static final int | LOADED = 0 |
static final int | INCONTROL = 1 |
static final int | BUSY = 2 |
static final int | ERROR = 3 |
Protected Member Functions | |
CalibrationControllerStatus (String type) |
Definition at line 14 of file CalibrationControllerStatus.java.