IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2011, 12:17:32 PM (15 years ago)
Author:
bills
Message:

move declaration of GetGraphdata from dvo.h to it's own header file to avoid needing to
include kapa.h in dvo.h. Doing that caused problems in psLib

Location:
trunk/Ohana/src/opihi/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/data.h

    r29540 r31636  
    44# include "convert.h"
    55# include "display.h"
     6# include "get_graphdata.h"
    67
    78# ifndef DATA_H
  • trunk/Ohana/src/opihi/include/display.h

    r27435 r31636  
    1111int           PlotVectorPairErrors  PROTO((int kapa, Vector *xVec, Vector *yVec, Vector *dyValues, Graphdata *graphmode));
    1212int           PlotVectorTriplet     PROTO((int kapa, Vector *xVec, Vector *yVec, Vector *zValues, Graphdata *graphmode));
    13 int           GetGraphData          PROTO((Graphdata *data, int *kapa, char *name));
     13// int           GetGraphData          PROTO((Graphdata *data, int *kapa, char *name));
    1414int           GetGraph              PROTO((Graphdata *data, int *kapa, char *name));
    1515int           SetGraph              PROTO((Graphdata *data));
Note: See TracChangeset for help on using the changeset viewer.