Frama-C API - Information
val register : id:string -> label:string -> title:string -> ?descr:string -> ?enable:(unit -> bool) -> (Stdlib.Format.formatter -> Frama_c_kernel.Printer_tag.localizable -> unit) -> unit
Registers a marker information printer. Identifier id
shall be unique.
label
shall be very short.title
shall succinctly describe the kind of information.descr
optional longer description explaining the informationsenable
optional dynamical filter for enabling this information
The printer shall raise Not_found
exception when there is no information for the localizable.
val signal : Request.signal
Updated information signal