Crate xio_jobset_compilation

Source
Expand description

Compilation of XIO jobsets for deployment on a device.

Structs§

CompiledJobSet
A compiled jobset which can be deployed to a XIO device.
CompiledParameterSet
A compiled parameter set to be used in a XIO jobset.
HardwareTarget
A XIO hardware target for which a jobset gets compiled.

Enums§

CodeLocation
A location inside the XIO job code.
Error
An enum containing all error kinds produced by this crate.

Traits§

XioJobSetCompile
A trait for XIO jobset compilation.