MotorControlThread receives and sends data.
This commit is contained in:
@@ -54,4 +54,8 @@ public class MotorEventQueue {
|
||||
motorEvents.add(event);
|
||||
notifyAll();
|
||||
}
|
||||
|
||||
public synchronized int getSize(){
|
||||
return motorEvents.size();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user