package hardcaml_waveterm

  1. Overview
  2. Docs
A terminal based digital waveform viewer for Hardcaml

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.14.0.tar.gz
sha256=6651b37191cfb0f7744be383a79f5906415cb9ca77b6809c4fce075964bfda6d
md5=f43ed06620989b92f4a5a4a2024c1866

doc/hardcaml_waveterm.interactive/Hardcaml_waveterm_interactive/Widget/index.html

Module Hardcaml_waveterm_interactive.WidgetSource

Sourceval run_waves : ?signals_width:Base.Int.t -> ?values_width:Base.Int.t -> Hardcaml_waveterm.Waves.t -> Base.Unit.t Async.Deferred.t
Sourceval run : ?signals_width:Base.Int.t -> ?values_width:Base.Int.t -> Hardcaml_waveterm.Waves.t -> Base.Unit.t

Run the waveform viewer and return. Calls into Async/LWT so MUST NOT BE CALLED from within an Async or LWT deferred.

Sourceval run_and_close : ?signals_width:Base.Int.t -> ?values_width:Base.Int.t -> Hardcaml_waveterm.Waves.t -> Base.Unit.t

Run the waveform viewer and close the program on exit.

Sourceval run_interactive_viewer : ?signals_width:Base.Int.t -> ?values_width:Base.Int.t -> ?display_rules:Hardcaml_waveterm.Display_rules.t -> Hardcaml_waveterm.Waveform.t -> Base.Unit.t

Run interactive waveterm viewer. ESC to quit.

OCaml

Innovation. Community. Security.