IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2007, 3:19:08 PM (19 years ago)
Author:
eugene
Message:

asserting the use of the libkapa APIs to interface with kapa2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/libkapa/include/kapa.h

    r13344 r13402  
    140140int KiiCenter (int fd, double x, double y, int zoom);
    141141int KapaBox (int fd, Graphdata *graphdata);
    142 int KapaClear (int fd, int ClearSection);
     142int KapaClearCurrentPlot (int fd);
     143int KapaClearPlots (int fd);
     144int KapaClearSections (int fd);
     145int KapaClearImage (int fd);
    143146int KapaInitGraph (Graphdata *graphdata);
    144147int KapaPrepPlot (int fd, int Npts, Graphdata *graphmode);
Note: See TracChangeset for help on using the changeset viewer.