Simulation runtime state.
Definition sim_context.h:70
SimResult sim_zero_field_update(struct SimContext *context, size_t operator_index, const ZeroFieldOperatorConfig *config)
Update a registered zero-field operator without retargeting it.
SimResult sim_add_zero_field_operator(struct SimContext *context, const ZeroFieldOperatorConfig *config, size_t *out_index)
Register an in-place zero-field utility operator.
SimResult sim_zero_field_config(struct SimContext *context, size_t operator_index, ZeroFieldOperatorConfig *out_config)
Copy the current configuration from a registered zero-field operator.