IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2007, 9:58:42 AM (19 years ago)
Author:
eugene
Message:

rationalized kapa block/non-block, fixed comm problems

File:
1 edited

Legend:

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

    r13405 r13409  
    107107int KiiSendData (int device, char *data, int Nbytes);
    108108char *KiiRecvData (int device);
     109int KiiWaitAnswer (int device, char *expect);
    109110
    110111/* KiiOpen.c */
     
    146147int KapaInitGraph (Graphdata *graphdata);
    147148int KapaPrepPlot (int fd, int Npts, Graphdata *graphmode);
    148 int KapaPlotVector (int fd, int Npts, float *values);
     149int KapaPlotVector (int fd, int Npts, float *values, char *type);
    149150int KapaSetFont (int fd, char *name, int size);
    150151int KapaSendLabel (int fd, char *string, int mode);
Note: See TracChangeset for help on using the changeset viewer.