Crate sof
Expand description
SOF observer engine and plugin framework.
External users should start from:
crate::runtimeto run the packaged observer loop.crate::frameworkto build observers using either:
Modulesยง
- event
- Runtime transaction event types. Runtime event classifications shared by runtime and plugin surfaces.
- framework
- Plugin framework for attaching custom runtime hooks. Public plugin framework surface for embedding custom observers into SOF runtime.
- runtime
- Packaged runtime entrypoints for embedding SOF.
- runtime_
metrics - Runtime-stage counters for ingress, dataset reconstruction, and tx delivery.