package statocaml_profile

  1. Overview
  2. Docs

Module Statocaml_profile.SubsysSource

Subsystems

Sourcemodule type P = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (P : P) : S with type t = P.t
Sourcemodule Smap = Statocaml.Smap
Sourceval subsys_map_wrapper : 'a Ocf.Wrapper.t -> 'a Smap.t Ocf.Wrapper.t
Sourcetype re = Re.re
Sourceval re_wrapper : Re.re Ocf.Wrapper.t
Sourcetype subsys = {
  1. label : string;
  2. color : string;
}
Sourceval default_subsys : subsys
Sourceval subsys_wrapper : subsys Ocf.Wrapper.t
Sourcetype rule = {
  1. re_path : re list;
  2. ids : string list;
}
Sourceval default_rule : rule
Sourceval rule_wrapper : rule Ocf.Wrapper.t
Sourcetype desc = {
  1. subsystems : subsys Smap.t;
  2. rules : rule list;
}
Sourceval default_desc : desc
Sourceval desc_wrapper : desc Ocf.Wrapper.t
Sourceval from_file : string -> (module P)
Sourcemodule Empty : P
Sourceval empty : (module P)