- Timestamp:
- May 18, 2007, 7:24:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/include/display.h
r13409 r13432 7 7 /*** plotting functions ***/ 8 8 int 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)); 9 int PlotVectorPair PROTO((int kapa, int Npts, float *xValues, float *yValues, Graphdata *graphmode)); 10 int PlotVectorTriplet PROTO((int kapa, int Npts, float *xValues, float *yValues, float *zValues, Graphdata *graphmode)); 12 11 int GetGraphData PROTO((Graphdata *data, int *kapa, char *name)); 13 12 int GetGraph PROTO((Graphdata *data, int *kapa, char *name)); … … 16 15 int close_graph PROTO((int N)); 17 16 void QuitGraph PROTO((void)); 18 void SetGraph PROTO((Graphdata data));17 void SetGraph PROTO((Graphdata *data)); 19 18 void XGraphDead PROTO((int input)); 20 19 int GetColor PROTO((char *name));
Note:
See TracChangeset
for help on using the changeset viewer.
