home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMA&GPFax-V1,33Sources.LHA / data.c < prev    next >
Encoding:
Text File  |  1994-05-25  |  7.7 KB  |  161 lines

  1. /*
  2.  * Copyright (c) 1992 Commodore-Amiga, Inc.
  3.  * 
  4.  * This example is provided in electronic form by Commodore-Amiga, Inc. for 
  5.  * use with the "Amiga ROM Kernel Reference Manual: Devices", 3rd Edition, 
  6.  * published by Addison-Wesley (ISBN 0-201-56775-X).
  7.  * 
  8.  * The "Amiga ROM Kernel Reference Manual: Devices" contains additional 
  9.  * information on the correct usage of the techniques and operating system 
  10.  * functions presented in these examples.  The source and executable code 
  11.  * of these examples may only be distributed in free electronic form, via 
  12.  * bulletin board or as part of a fully non-commercial and freely 
  13.  * redistributable diskette.  Both the source and executable code (including 
  14.  * comments) must be included, without modification, in any copy.  This 
  15.  * example may not be published in printed form or distributed with any
  16.  * commercial product.  However, the programming techniques and support
  17.  * routines set forth in these examples may be used in the development
  18.  * of original executable software products for Commodore Amiga computers.
  19.  * 
  20.  * All other rights reserved.
  21.  * 
  22.  * This example is provided "as-is" and is subject to change; no
  23.  * warranties are made.  All use is at your own risk. No liability or
  24.  * responsibility is assumed.
  25.  *
  26.  *****************************************************************************
  27.  *
  28.  *        Data.c table for HP_LaserJet (Plus and II compatible) driver.
  29.  */
  30.  
  31. char *CommandTable[] = {
  32.         "\377",/* 00 aRIS reset                        */
  33.         "\377",         /* 01 aRIN initialize                   */
  34.         "\377",         /* 02 aIND linefeed                     */
  35.         "\377",     /* 03 aNEL CRLF                         */
  36.         "\377",    /* 04 aRI reverse LF                    */
  37.  
  38.         "\377",         /* 05 aSGR0 normal char set             */
  39.         "\377",     /* 06 aSGR3 italics on                  */
  40.         "\377",      /* 07 aSGR23 italics off                */
  41.         "\377",      /* 08 aSGR4 underline on                */
  42.         "\377",      /* 09 aSGR24 underline off              */
  43.         "\377",     /* 10 aSGR1 boldface on                 */
  44.         "\377",      /* 11 aSGR22 boldface off               */
  45.         "\377",         /* 12 aSFC set foreground color         */
  46.         "\377",         /* 13 aSBC set background color         */
  47.  
  48.         "\377",  /* 14 aSHORP0 normal pitch              */
  49.         "\377",  /* 15 aSHORP2 elite on                  */
  50.         "\377",  /* 16 aSHORP1 elite off                 */
  51.         "\377",    /* 17 aSHORP4 condensed fine on         */
  52.         "\377",    /* 18 aSHORP3 condensed fine off        */
  53.         "\377",         /* 19 aSHORP6 enlarge on                */
  54.         "\377",         /* 20 aSHORP5 enlarge off               */
  55.  
  56.         "\377",     /* 21 aDEN6 shadow print on             */
  57.         "\377",      /* 22 aDEN5 shadow print off            */
  58.         "\377",     /* 23 aDEN4 double strike on            */
  59.         "\377",      /* 24 aDEN3 double strike off           */
  60.         "\377",         /* 25 aDEN2 NLQ on                      */
  61.         "\377",         /* 26 aDEN1 NLQ off                     */
  62.  
  63.         "\377",         /* 27 aSUS2 superscript on              */
  64.         "\377",         /* 28 aSUS1 superscript off             */
  65.         "\377",         /* 29 aSUS4 subscript on                */
  66.         "\377",         /* 30 aSUS3 subscript off               */
  67.         "\377",         /* 31 aSUS0 normalize the line          */
  68.         "\377",   /* 32 aPLU partial line up              */
  69.         "\377",        /* 33 aPLD partial line down            */
  70.  
  71.         "\377",     /* 34 aFNT0 Typeface 0                  */
  72.         "\377",     /* 35 aFNT1 Typeface 1                  */
  73.         "\377",     /* 36 aFNT2 Typeface 2                  */
  74.         "\377",     /* 37 aFNT3 Typeface 3                  */
  75.         "\377",     /* 38 aFNT4 Typeface 4                  */
  76.         "\377",     /* 39 aFNT5 Typeface 5                  */
  77.         "\377",     /* 40 aFNT6 Typeface 6                  */
  78.         "\377",     /* 41 aFNT7 Typeface 7                  */
  79.         "\377",     /* 42 aFNT8 Typeface 8                  */
  80.         "\377",     /* 43 aFNT9 Typeface 9                  */
  81.         "\377",    /* 44 aFNT10 Typeface 10                */
  82.  
  83.         "\377",     /* 45 aPROP2 proportional on            */
  84.         "\377",      /* 46 aPROP1 proportional off           */
  85.         "\377",      /* 47 aPROP0 proportional clear         */
  86.         "\377",         /* 48 aTSS set proportional offset      */
  87.         "\377",         /* 49 aJFY5 auto left justify           */
  88.         "\377",         /* 50 aJFY7 auto right justify          */
  89.         "\377",         /* 51 aJFY6 auto full jusitfy           */
  90.         "\377",         /* 52 aJFY0 auto jusity off             */
  91.         "\377",         /* 53 aJFY3 letter space                */
  92.         "\377",         /* 54 aJFY1 word fill                   */
  93.  
  94.         "\377",     /* 55 aVERP0 1/8" line spacing          */
  95.         "\377",     /* 56 aVERP1 1/6" line spacing          */
  96.         "\377",         /* 57 aSLPP set form length             */
  97.         "\377",     /* 58 aPERF perf skip n (n > 0)         */
  98.         "\377",      /* 59 aPERF0 perf skip off              */
  99.  
  100.         "\377",         /* 60 aLMS set left margin              */
  101.         "\377",         /* 61 aRMS set right margin             */
  102.         "\377",         /* 62 aTMS set top margin               */
  103.         "\377",         /* 63 aBMS set bottom margin            */
  104.         "\377",         /* 64 aSTBM set T&B margins             */
  105.         "\377",         /* 65 aSLRM set L&R margins             */
  106.         "\377",    /* 66 aCAM clear margins                */
  107.  
  108.         "\377",         /* 67 aHTS set horiz tab                */
  109.         "\377",         /* 68 aVTS set vert tab                 */
  110.         "\377",         /* 69 aTBC0 clear horiz tab             */
  111.         "\377",         /* 70 aTBC3 clear all horiz tabs        */
  112.         "\377",         /* 71 aTBC1 clear vert tab              */
  113.         "\377",         /* 72 aTBC4 clear all vert tabs         */
  114.         "\377",         /* 73 aTBCALL clear all h & v tabs      */
  115.         "\377",         /* 74 aTBSALL set default tabs          */
  116.  
  117.         "\377",         /* 75 aEXTEND extended commands         */
  118.         "\377"          /* 76 aRAW next 'n' chars are raw       */
  119. };
  120.  
  121. char *ExtendedCharTable[] = {
  122. /*
  123.     " ", "!", "c", "L", "o", "Y", "|", "S",
  124.  
  125.     "\"", "c", "a", "<", "~", "-", "r", "-",
  126.  
  127.     "*", "+", "2", "3", "'", "u", "P", ".",
  128.  
  129.     ",", "1", "o", ">", "/", "/", "/", "?",
  130.  
  131.     "A", "A", "A", "A", "A", "A", "A", "C",
  132.  
  133.     "E", "E", "E", "E", "I", "I", "I", "I",
  134.  
  135.     "D", "N", "O", "O", "O", "O", "O", "x",
  136.  
  137.     "O", "U", "U", "U", "U", "Y", "P", "B",
  138.  
  139.     "a", "a", "a", "a", "a", "a", "a", "c",
  140.  
  141.     "e", "e", "e", "e", "i", "i", "i", "i",
  142.  
  143.     "d", "n", "o", "o", "o", "o", "o", "/",
  144.  
  145.     "o", "u", "u", "u", "u", "y", "p", "y"
  146. */
  147.  
  148.         " ", "\270", "\277", "\273", "\272", "\274", "|", "\275",
  149.         "\253", "c", "\371", "\373", "~", "\366", "r", "\260",
  150.         "\263", "\376", "2", "3", "\250", "\363", "\364", "\362",
  151.         ",", "1", "\372", "\375", "\367", "\370", "\365", "\271",
  152.         "\241", "\340", "\242", "\341", "\330", "\320", "\323", "\264",
  153.         "\243", "\334", "\244", "\245", "\346", "\345", "\246", "\247",
  154.         "\343", "\266", "\350", "\347", "\337", "\351", "\332", "x",
  155.         "\322", "\255", "\355", "\256", "\333", "\261", "\360", "\336",
  156.         "\310", "\304", "\300", "\342", "\314", "\324", "\327", "\265",
  157.         "\311", "\305", "\301", "\315", "\331", "\325", "\321", "\335",
  158.         "\344", "\267", "\312", "\306", "\302", "\352", "\316", "-\010:",
  159.         "\326", "\313", "\307", "\303", "\317", "\262", "\361", "\357"
  160. };
  161.