CounterAlarm Class
class CounterAlarm {
CounterAlarm(Counter ctr, int err) {
this.ctr = ctr;
this.err = err;
}
Counter ctr;
int err;
}
Previous slide
Next slide
Back to first slide
View graphic version