/* Begin include file ... graphic_comp_specs.incl.pl1 */ /* Table of node lengths, etc., for compilation of graphic structures */ dcl structural_effector_codes (0:35) char (1) unaligned /* refers to struc in graphic_code_dcl.incl.pl1 */ defined (Graphic_Code_Structure.Setposition_char); dcl no_args (0:31) fixed bin static options (constant) /* Number of arguments for each type of effector */ initial /* Zero means an indeterminate but computable number */ (3 /* setpos */, 3 /* setpt */, 3 /* vector */, 3 /* shift */, 3 /* point */, (3) -1 /* ILLEGAL */, 3 /* scale */, 3 /* rotate */, 6 /* clip */, (5) -1 /* ILLEGAL */, 1 /* intens */, 1 /* linetype */, 1 /* blink */, 1 /* sensitivity */, 3 /* color */, (3) -1 /* ILLEGAL */, 0 /* symbol */, 0 /* text */, 0 /* datablk */, (5) -0 /* ILLEGAL */); dcl arg_types (0:31) fixed bin static options (constant) init /* format of character string for each effector */ (3 /* sps SCL */, 3 /* spt SCL */, 3 /* vec SCL */, 3 /* sft SCL */, 3 /* pnt SCL */, (3) 0 /* ILLEGAL */, 3 /* scl SCL */, 2 /* rot DPI */, 3 /* clip SCL */, (5) 0 /* ILLEGAL */, 1 /* int SPI */, 1 /* lin SPI */, 1 /* blk SPI */, 1 /* sns SPI */, 1 /* color SPI */, (3) 0 /* ILLEGAL */, 5 /* sym T */, 5 /* text T */, 6 /* data D */, (5) 0 /* ILLEGAL */); dcl Illegal_char char (1) aligned static init ("U") options (constant); /* Illegal character, "\525" */ /* Effector argument format types */ dcl 1 arg_formats aligned internal static options (constant), 2 SPI fixed bin (3) init (1), /* single precision (6 bit) integer */ 2 DPI fixed bin (3) init (2), /* double precision (12 bit) integer */ 2 SCL fixed bin (3) init (3), /* scaled fixed point (11,6) binary */ 2 UI fixed bin (3) init (4), /* unique id (18 bit) integer */ 2 T fixed bin (3) init (5), /* text (character string) */ 2 D fixed bin (3) init (6); /* bit string */ /* Numbers of characters representing an argument, by type */ dcl arg_lengths (6) fixed bin internal static options (constant) init (1 /* SPI */, 2 /* DPI */, 3 /* SCL */, 3 /* UI */, 0 /* T */, 0 /* D */); dcl (SPI_arg_length initial (1), DPI_arg_length initial (2), SCL_arg_length initial (3), UI_arg_length initial (3)) fixed bin static options (constant); /* This include file includes graphic_code_dcl.incl.pl1, appearing below. */ %include graphic_code_dcl; /* End include file ... graphic_comp_specs.incl.pl1 */ */ ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group Bull including Bull HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell Bull Inc., Groupe Bull and Bull HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, Bull or Bull HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by Bull HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved */