13141516171819202122
private GearTooth gearTooth; public GRTGearToothCounter(int channel, boolean directionSensitive, int pollTime, String id) { gearTooth = new GearTooth(channel, directionSensitive); setSleepTime(pollTime); setState("Count", 0.0); this.id = id; }
14151617181920212223
public GRTGearToothCounter(int channel, boolean directionSensitive, int pollTime, String id) { gearTooth = new GearTooth(channel, directionSensitive); setSleepTime(pollTime); setState("Count", 0.0); this.id = id; }