
  TYPE
    dst$automatic_pp_reload = RECORD
      enabled: boolean,
      turned_off: boolean,
      pps_reconfigured: boolean,
      iou_model_type: ARRAY [dst$iou_number] OF dst$iou_model_types,
    RECEND;

*copyc dst$iou_model_types
*copyc dst$iou_number
