package zelus-gtk

  1. Overview
  2. Docs

Module GtkplotSource

Sourcetype signal_type =
  1. | Points of bool
  2. | PiecewiseContinuous of bool
  3. | LinearInterpolation
Sourceval points : bool -> signal_type
Sourceval piecewise : signal_type
Sourceval square : signal_type
Sourceval linear : signal_type
Sourcetype signal
Sourcetype scope
Sourcetype window
Sourceval getSignals : (string * signal_type * 'a) list -> (string * signal_type) list
Sourceval getValues : ('a * 'b * float) list -> float list
Sourceval signal : (string * signal_type) -> signal
Sourceval signal_l : (string * signal_type) list -> signal list
Sourceval update : (signal * float) -> unit
Sourceval update_l : (signal list * float list) -> unit
Sourceval scope : (float * float * signal list) -> scope
Sourceval window : (string * float * scope list) -> window
Sourceval tick : (window * float) -> unit
OCaml

Innovation. Community. Security.