Skip to main content

Module realtime_model

Module realtime_model 

Source
Expand description

Family-blind construction of selected layered realtime models. Family-blind construction of a selected layered realtime model.

Structs§

ConstructedRealtimeExecution
Constructed static execution and mechanisms, detached from mutable model state.
ConstructedRealtimeModel
Fully constructed execution paired with its initial mutable model state.
PreparedRealtimeModelContract
Selected realization paired with complete architecture recipe payloads.
RealizedRealtimePolicy
Concrete layer storage paired with the exact residency it implemented.
RealizedRealtimeState
Concrete state paired with the exact realization its mechanism implemented.
RealtimeArchitectureConstructionIdentity
Architecture-issued identities that bind concrete modules to one selection.
RealtimeMaterializationComponent
One selected component paired with its exact architecture recipe payload.
RealtimeMaterializationTask
Exact materialization work for one selected logical parameter target.
RealtimeTaskBindingPlan
Canonical owner-partitioned bindings derived from exact realtime tasks.

Enums§

RealtimeLayerwiseRuntime
Resident or bounded runtime chosen by the authoritative realization.
RealtimeModelConstructionError
Failure while constructing one selected layered realtime model.
RealtimeModelContractError
Invalid selected recipe or task handoff.

Traits§

RealtimeArchitectureIdentity
Supplies stable semantic identities for a concrete neutral architecture.
RealtimeModelConstructionMechanisms
Generic mechanisms used only to materialize and store a selected model.

Functions§

construct_realtime_model
Constructs static modules, selected units, storage, and exact state once.
preflight_realtime_materialization_tasks
Validates every exact realtime task and backend recipe capability without payload access.
realtime_task_binding_plan
Derives the singular canonical binding partitions from exact realtime tasks.