IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2006, 9:10:53 AM (20 years ago)
Author:
eugene
Message:

support for multipage plots; additional PS info now sent after PSIT command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/event/CheckPipe.c

    r10802 r10834  
    3333 
    3434  if (!strcmp (buffer, "PSIT")) {
    35     status = PSit (SCALE);
    36     write (sock, "DONE", 4);
    37     return (status);
    38   }
    39  
    40   if (!strcmp (buffer, "PSRW")) {
    41     status = PSit (RAW);
    42     write (sock, "DONE", 4);
    43     return (status);
    44   }
    45  
    46   if (!strcmp (buffer, "PSNS")) {
    47     status = PSit (NOSCALE);
    48     write (sock, "DONE", 4);
    49     return (status);
    50   }
    51  
    52   if (!strcmp (buffer, "PSNP")) {
    53     status = PSit (NEWPAGE);
     35    status = PSit ();
    5436    write (sock, "DONE", 4);
    5537    return (status);
Note: See TracChangeset for help on using the changeset viewer.