p4spectec.backend_sim
V1model.Arch
builtin
dangling
dynamic
dynamic_al
dynamic_pl
dynamic_runner
dynamic_sl
error_runtime
inst
instr
interp_al
interp_common
interp_pl
interp_sl
p4
p4spectec.backend_boot
p4spectec.backend_splice
p4spectec.backend_testgen_neg
p4spectec.cache
p4spectec.coverage
p4spectec.domain
p4spectec.frontend
p4spectec.interface
p4spectec.interp
p4spectec.lang
p4spectec.pass
p4spectec.runner
p4spectec.runtime
p4spectec.stf
p4spectec.util
prose
sim
spectec
static
testgen_neg
type
value
module Typ = Runtime.Type.Typ
module Value = Runtime.Value
type t = {
queue : Scheduler.t;
mirrortable : Mirror.Table.t;
multicast : Multicast.State.t;
action : Packet.action;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val empty : t
val reset : t -> t
val to_value : t -> Lang.Il.value
val of_value : Value.t -> t
val with_queue : Scheduler.t -> t -> t
val with_mirrortable : Mirror.Table.t -> t -> t
val with_multicast : Multicast.State.t -> t -> t
val with_clone_opt : Packet.CloneInfo.t option -> t -> t
val with_clone : Packet.CloneInfo.t -> t -> t
val with_resubmit_opt : Packet.ResubmitInfo.t option -> t -> t
val with_resubmit : Packet.ResubmitInfo.t -> t -> t
val with_recirculate_opt : Packet.RecirculateInfo.t option -> t -> t
val with_recirculate : Packet.RecirculateInfo.t -> t -> t