{ DECK: DFT$ESM_LOG_DATA

{ Type definition for sequence passed by dfp$process_error_log_response
{ to dsp$report_system_message. The process dfp$log_esm_data converts
{ this sequence into one of type dft$engineering_log_data which is passed
{ to process sfp$emit_statistic.

  TYPE
    dft$esm_log_data = record
      error_log_response: dft$fs_error_log_response,
      logical_unit: iot$logical_unit,
      iou_number: 0 .. 3,
      pp_number: 0 .. 0ff(16),
      channel: cmt$physical_channel,
      symptom_message: string (dfc$symptom_message_length),
    recend;


  CONST
    dfc$symptom_message_length = 56;

*copyc cmt$physical_channel
*copyc dft$fs_error_log_response
*copyc iot$logical_unit
