Expand description
§FutureSDR Types
Shared serializable types used by the FutureSDR runtime, control port, and remote clients.
The most common type is Pmt, the polymorphic message value passed to
message handlers and serialized by the REST API. The id and description
types are stable shapes for inspecting and controlling flowgraphs without
depending on concrete block Rust types.
Structs§
- Block
Description - Serializable description of one block instance.
- BlockId
- Identifier of a block inside one flowgraph.
- Flowgraph
Description - Serializable description of a running or constructed flowgraph.
- Flowgraph
Id - Identifier of a flowgraph known to a runtime control handle.
- PmtConversion
Error - PMT conversion error.
- PortId
- Identifier of a stream or message port on a block.