package ocluster-api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type struct_t = [
  1. | `AdditionalMetric_cf9916b2e02f841b
]
type unnamed_union_t =
  1. | Metric of Metric.t
  2. | NotReported
  3. | Undefined of int
val get : t -> unnamed_union_t
val metric_set_reader : t -> Metric.struct_t reader_t -> Metric.t
val metric_set_builder : t -> Metric.t -> Metric.t
val metric_init : t -> Metric.t
val not_reported_set : t -> unit
val of_message : Capnp.Message.rw message_t -> t
val to_message : t -> Capnp.Message.rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t