IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:21:40 PM (21 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa

File:
1 edited

Legend:

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

    r4689 r5850  
    88 
    99  /* tell kapa to look for the incoming image */
    10   SendGraphCommand (Xgraph, 4, "PLOT");
    11 
     10  KiiSendCommand (Xgraph, 4, "PLOT");
     11 
    1212  /* send Xgraph the plot details */
    13   SendGraphMessage (Xgraph, "%8d %8d %d %d %d %d %d %f %f",
    14                     Npts, graphmode[0].style,
    15                     graphmode[0].ptype, graphmode[0].ltype,
    16                     graphmode[0].etype, graphmode[0].ebar, graphmode[0].color,
    17                     graphmode[0].lweight, graphmode[0].size);
    18   SendGraphMessage (Xgraph, "%g %g %g %g",
    19                     graphmode[0].xmin, graphmode[0].xmax,
    20                     graphmode[0].ymin, graphmode[0].ymax);
     13  KiiSendMessage (Xgraph, "%8d %8d %d %d %d %d %d %f %f",
     14                  Npts, graphmode[0].style,
     15                  graphmode[0].ptype, graphmode[0].ltype,
     16                  graphmode[0].etype, graphmode[0].ebar, graphmode[0].color,
     17                  graphmode[0].lweight, graphmode[0].size);
     18  KiiSendMessage (Xgraph, "%g %g %g %g",
     19                  graphmode[0].xmin, graphmode[0].xmax,
     20                  graphmode[0].ymin, graphmode[0].ymax);
    2121  return (TRUE);
    2222}
Note: See TracChangeset for help on using the changeset viewer.