| Package | Description |
|---|---|
| globals.parameter | |
| globals.value | |
| stella.globals |
| Modifier and Type | Field and Description |
|---|---|
private StopWatch |
WatchController.ResetTask.nullify
The stop-watch to be reset.
|
| Constructor and Description |
|---|
ResetTask(StopWatch resetit)
Constructs a new reset task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlarmWatch
An alarm watch acts like a stop watch, but additionally implements
notification after a certain amount of time has been accumulated in the
stop watch.
|
class |
CountDownWatch
A count down acts more or less like a stop watch, but in the way that it
is not counting up, but counting down.
|
class |
RollOverWatch
A stopwatch counting time with the possibility of re-nulling at certain
times.
|
| Modifier and Type | Field and Description |
|---|---|
private List<StopWatch> |
SumWatch.watches
The list of truely registered watches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExposureTimeLeft
A general variable representing the the currently remaining exposure time.
|
class |
TrackTime
A general variable representing the tracking time remaining for the actual
object.
|
| Modifier and Type | Field and Description |
|---|---|
private StopWatch |
UserShare.timeuser
The stop watch counting total observation time of a user group.
|