
{ This deck defines the type for output classes.  Any time the output
{ class table (jmv$output_class_table_p) needs to be scanned, the scan
{ should be from jmc$system_output_class (the first defined class) to
{ jmv$maximum_output_class_in_use (the index of the highest defined_class).

  CONST
    jmc$null_output_class = 0,
    jmc$system_output_class = 1,
    jmc$lowest_site_output_class = 2,
    jmc$minimum_output_classes = 1,
    jmc$maximum_output_classes = 63;

  TYPE
    jmt$output_class_index = 0 .. jmc$maximum_output_classes;
