1 /* BEGIN INCLUDE FILE ... comm_meters_disp_flags.incl.pl1 */ 2 3 4 /* This include file defines named values for the bits in the flags argument passed 5 to the various MPX_meters_$display entries. 6 */ 7 8 /* Created April 1981 by Robert Coren */ 9 10 dcl DISPLAY_MPX_BRIEF bit (36) internal static options (constant) init ("1"b); 11 dcl DISPLAY_MPX_ERROR bit (36) internal static options (constant) init ("01"b); 12 dcl DISPLAY_MPX_SUMMARY bit (36) internal static options (constant) init ("001"b); 13 dcl DISPLAY_MPX_SINCE_BOOT bit (36) internal static options (constant) init ("0001"b); 14 15 /* END INCLUDE FILE ... comm_meters_disp_flags.incl.pl1 */