IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 7:24:04 AM (19 years ago)
Author:
eugene
Message:

fixing style arguments, graphmode from kapa

File:
1 edited

Legend:

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

    r13409 r13432  
    77/*** plotting functions ***/
    88int           GetCurrentDevice      PROTO((void));
    9 int           PrepPlotting          PROTO((int Npts, Graphdata *graphmode));
    10 int           PlotVector            PROTO((int Npts, float *values, char *type));
    11 int           PlotVectorTriplet     PROTO((int N, float *xValues, float *yValues, float *zValues, Graphdata *graphmode));
     9int           PlotVectorPair        PROTO((int kapa, int Npts, float *xValues, float *yValues, Graphdata *graphmode));
     10int           PlotVectorTriplet     PROTO((int kapa, int Npts, float *xValues, float *yValues, float *zValues, Graphdata *graphmode));
    1211int           GetGraphData          PROTO((Graphdata *data, int *kapa, char *name));
    1312int           GetGraph              PROTO((Graphdata *data, int *kapa, char *name));
     
    1615int           close_graph           PROTO((int N));
    1716void          QuitGraph             PROTO((void));
    18 void          SetGraph              PROTO((Graphdata data));
     17void          SetGraph              PROTO((Graphdata *data));
    1918void          XGraphDead            PROTO((int input));
    2019int           GetColor              PROTO((char *name));
Note: See TracChangeset for help on using the changeset viewer.