This commit is contained in:
@@ -89,7 +89,15 @@ public class BasePlate extends DeviceBase {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Puck.Detection[] getDetection(){
|
||||
Puck.Detection[] ret = new Puck.Detection[Controller.NUMBER_OF_PUCKS];
|
||||
for (int i=0; i<ret.length;i++){
|
||||
ret[i] = getPucks()[i].detection;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Sample getSelectedSample(){
|
||||
Puck puck = getSelectedPuck();
|
||||
if (puck != null){
|
||||
|
||||
Reference in New Issue
Block a user