Quartz::Simulator::App
Event-driven DSL for host-side FAP sketches.
App.new("name") { |ctx, event| ... } # legacy single-handler form App.new(ctx) do # DSL form on_input { |ev| ... } on_tick { |n| ... } run(max_ticks: 100) end
Constructors
Instance methods
name
Sourceon_input
Sourceon_tick
SourceLegacy run: fresh HAL+Context, drives the stored handler.