

{  Define type definition for record to initilize NOS/VE date and time.
{  This record contains the NOS date and time in display code and the
{  free running clock at the time the date and time moved from NOS's
{  field length.

  TYPE
    syt$nos_system_time = record
      nos_time_of_day: syt$display_code_word,
      nos_date: syt$display_code_word,
      corresponding_frc: ost$free_running_clock,
    recend,

    syt$display_code_word = packed record
      zero_fill: 0 .. 0f(16),
      dc_char_1: 0 .. 63,
      dc_char_2: 0 .. 63,
      dc_char_3: 0 .. 63,
      dc_char_4: 0 .. 63,
      dc_char_5: 0 .. 63,
      dc_char_6: 0 .. 63,
      dc_char_7: 0 .. 63,
      dc_char_8: 0 .. 63,
      dc_char_9: 0 .. 63,
      dc_char_10: 0 .. 63,
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc OST$HARDWARE_SUBRANGES
?? POP ??
