Module Static.R
val get_wave_width : (Import.int * Wave.t) -> Import.int * Import.intget width code and actual width in chars
val get_wave_height : (Import.int * Wave.t) -> Import.int * Import.intget height code and actual height in chars
val get_max_signal_width : Waves.t -> Import.intmax width of name window
val get_max_value_width : Waves.t -> Import.intmax width of values window. Needs to evaluate the entire waveform.
val get_estimated_max_value_width : Waves.t -> Import.intgets an estimate fo the max with of values. Inaccruate for the constructors
U,SandF.
val get_max_cycles : Waves.t -> Import.intmax no of wave cycles
val get_max_signals : Waves.t -> Import.intmax no of wave cycles
val get_max_wave_width : Waves.t -> Import.intmax width of wave window
val get_max_wave_height : Waves.t -> Import.int -> Import.intmax height of wave window
val draw_clock_cycle : ctx:Draw.In_memory.ctx -> style:Draw.In_memory.style -> bounds:Draw.rect -> w:Import.int -> h:Import.int -> c:Import.int -> Import.unitdraws one clock cycle
val draw_clock_cycles : ctx:Draw.In_memory.ctx -> style:Draw.In_memory.style -> bounds:Draw.rect -> w:Import.int -> waw:Import.int -> h:Import.int -> cnt:Import.int -> Import.unitdraws
cntclock cycles
val draw_binary_data : ctx:Draw.In_memory.ctx -> style:Draw.In_memory.style -> bounds:Draw.rect -> w:Import.int -> h:Import.int -> data:Data.t -> off:Import.int -> Import.unitdraw binary waveform data
val draw_data : ctx:Draw.In_memory.ctx -> style:Draw.In_memory.style -> bounds:Draw.rect -> to_str:(Import.Bits.t -> Import.string) -> w:Import.int -> h:Import.int -> data:Data.t -> off:Import.int -> Import.unitdraw arbitrary waveform data
type 'a draw_item= ?style:Draw.Style.t -> ctx:Draw.In_memory.ctx -> bounds:Draw.rect -> Waves.t -> 'a
val with_border : draw:'a draw_item -> label:Import.string -> ?border:Draw.Style.t -> 'a draw_itemval draw_cursor : ctx:Draw.In_memory.ctx -> bounds:Draw.rect -> state:Waves.t -> Import.unitdraw cursor
val draw_wave : Import.unit draw_itemdraw waveforms
val draw_signals : Import.unit draw_itemdraw signal names
val draw_values : Import.int draw_itemdraw signal values
val draw_status : Import.unit draw_itemval draw_ui : ?style:Styles.t -> ?bounds:Bounds.t -> ctx:Draw.In_memory.ctx -> Waves.t -> Import.unitdraw standard user inferface (names, values, waveforms left to right
type pick= Make(Hardcaml_waveterm.Draw.In_memory).pick=|Wave of Import.int * Import.int|Value of Import.int|Signal of Import.int|Status|No_pick
val pick : bounds:Bounds.t -> r:Import.int -> c:Import.int -> Waves.t -> pick