Module Psa.Multicast

module Json = Util.Json
type handle = int
val handle_to_yojson : handle -> Yojson.Safe.t
type port = int
val port_to_yojson : port -> Yojson.Safe.t
type mgid = int
val mgid_to_yojson : mgid -> Yojson.Safe.t
type instance = int
val instance_to_yojson : instance -> Yojson.Safe.t
type group = handle list
val group_to_yojson : group -> Yojson.Safe.t
module GroupMap : sig ... end
type node = {
  1. port : port;
  2. instance : instance;
}
val node_to_yojson : node -> Yojson.Safe.t
module NodeMap : sig ... end
module State : sig ... end