IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2005, 10:37:51 AM (21 years ago)
Author:
eugene
Message:

moved kapa/kii communications to use SendGraphCommand functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/graphtools.c

    r2774 r3693  
    4747  if (!apply) return;
    4848
    49   write (Xgraph, "SLIM", 4);
    50   sprintf (buffer, "%g %g %g %g ", graphmode[0].xmin, graphmode[0].xmax, graphmode[0].ymin, graphmode[0].ymax);
    51   sprintf (buffer2, "NBYTES: %6d ", strlen (buffer));
    52   write (Xgraph, buffer2, 16);
    53   write (Xgraph, buffer, strlen (buffer));
     49  SendGraphCommand (Xgraph, 4, "SLIM");
     50  SendGraphMessage (Xgraph, "%g %g %g %g ", graphmode[0].xmin, graphmode[0].xmax, graphmode[0].ymin, graphmode[0].ymax);
    5451}
    55 
Note: See TracChangeset for help on using the changeset viewer.