Changeset 20936 for trunk/Ohana/src/opihi/include/display.h
- Timestamp:
- Dec 7, 2008, 3:31:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/display.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/display.h
r13479 r20936 1 1 # include "external.h" 2 2 # include "kapa.h" 3 # include "dvomath.h" 3 4 4 5 # ifndef DISPLAY_H … … 6 7 7 8 /*** kapa graph functions ***/ 8 int PlotVectorPair PROTO((int kapa, int Npts, float *xValues, float *yValues, Graphdata *graphmode)); 9 int PlotVectorTriplet PROTO((int kapa, int Npts, float *xValues, float *yValues, float *zValues, Graphdata *graphmode)); 9 int PlotVectorSingle PROTO((int kapa, Vector *vec, char *mode)); 10 int PlotVectorPair PROTO((int kapa, Vector *xVec, Vector *yVec, Graphdata *graphmode)); 11 int PlotVectorPairErrors PROTO((int kapa, Vector *xVec, Vector *yVec, Vector *dyValues, Graphdata *graphmode)); 12 int PlotVectorTriplet PROTO((int kapa, Vector *xVec, Vector *yVec, Vector *zValues, Graphdata *graphmode)); 10 13 int GetGraphData PROTO((Graphdata *data, int *kapa, char *name)); 11 14 int GetGraph PROTO((Graphdata *data, int *kapa, char *name));
Note:
See TracChangeset
for help on using the changeset viewer.
