public interface PiPipelineProgrammable extends HandlerBehaviour
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
deployPipeconf(PiPipeconf pipeconf)
Deploys the given pipeconf to the device.
|
Optional<PiPipeconf> |
getDefaultPipeconf()
Returns the default pipeconf for ths device, to be used when any other pipeconf is not available.
|
handler, setHandlerCompletableFuture<Boolean> deployPipeconf(PiPipeconf pipeconf)
pipeconf - pipeconfOptional<PiPipeconf> getDefaultPipeconf()