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