Package edu.wpi.grip.core.sockets
Interface InputSocket.Factory
-
- All Known Implementing Classes:
InputSocketImpl.FactoryImpl
- Enclosing interface:
- InputSocket<T>
public static interface InputSocket.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> InputSocket<T>
create(SocketHint<T> hint)
CudaSocket
createCuda(SocketHint<java.lang.Boolean> hint)
-
-
-
Method Detail
-
create
<T> InputSocket<T> create(SocketHint<T> hint)
-
createCuda
CudaSocket createCuda(SocketHint<java.lang.Boolean> hint)
-
-