package p4spectec

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module V1model.Arch

module Typ = Runtime.Type.Typ
module Value = Runtime.Value
type t = {
  1. queue : Scheduler.t;
  2. mirrortable : Mirror.Table.t;
  3. multicast : Multicast.State.t;
  4. action : Packet.action;
}
val to_yojson : t -> Yojson.Safe.t
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