IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2006, 8:27:02 AM (20 years ago)
Author:
eugene
Message:

added addition kapa plotting functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r7080 r7399  
    113113int KapaBox (int fd, Graphdata *graphdata);
    114114int KapaClear (int fd, int ClearSection);
     115int KapaInitGraph (Graphdata *graphdata);
     116int KapaPrepPlot (int fd, int Npts, Graphdata *graphmode);
     117int KapaPlotVector (int fd, int Npts, float *values);
    115118int KapaSetFont (int fd, char *name, int size);
    116119int KapaSendLabel (int fd, char *string, int mode);
Note: See TracChangeset for help on using the changeset viewer.