ClikaRT::runtime::StepContext
struct
Header: ClikaRT/runtime/context.h
Context for an Iterate step (Model::Phase_Iterate): one entry in slots per active session in the batch. Valid only for the duration of the call.
Data members
slots
ClikaRT::Span<const StepSlot> slots
one slot per batched session, in batch order
Declared in ClikaRT/runtime/context.h, line 47
stream
Stream stream
the stream this step executes on
Declared in ClikaRT/runtime/context.h, line 48