public class LynxUsbUtil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LynxUsbUtil.Placeholder<T>
A simple utility that helps us understand when we're using placeholders.
|
| Constructor and Description |
|---|
LynxUsbUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
makePlaceholderValue(T t)
Documents that the value being passed is a dummy, placeholder value which
is being returned from a function in lieu of something more reasonable actually
being available.
|
static RobotUsbDevice |
openUsbDevice(boolean doScan,
RobotUsbManager robotUsbManager,
SerialNumber serialNumber) |
public static RobotUsbDevice openUsbDevice(boolean doScan, RobotUsbManager robotUsbManager, SerialNumber serialNumber) throws RobotCoreException
RobotCoreExceptionpublic static <T> T makePlaceholderValue(T t)