Changeset 31636 for trunk/Ohana/src/opihi
- Timestamp:
- Jun 16, 2011, 12:17:32 PM (15 years ago)
- Location:
- trunk/Ohana/src/opihi/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/data.h
r29540 r31636 4 4 # include "convert.h" 5 5 # include "display.h" 6 # include "get_graphdata.h" 6 7 7 8 # ifndef DATA_H -
trunk/Ohana/src/opihi/include/display.h
r27435 r31636 11 11 int PlotVectorPairErrors PROTO((int kapa, Vector *xVec, Vector *yVec, Vector *dyValues, Graphdata *graphmode)); 12 12 int 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)); 14 14 int GetGraph PROTO((Graphdata *data, int *kapa, char *name)); 15 15 int SetGraph PROTO((Graphdata *data));
Note:
See TracChangeset
for help on using the changeset viewer.
