Changeset 31636 for trunk/Ohana
- Timestamp:
- Jun 16, 2011, 12:17:32 PM (15 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 1 added
- 7 edited
-
libdvo/Makefile (modified) (1 diff)
-
libdvo/include/dvodb.h (modified) (2 diffs)
-
libdvo/include/get_graphdata.h (added)
-
libdvo/src/ImageOps.c (modified) (1 diff)
-
libdvo/src/dbCmdlineFields.c (modified) (1 diff)
-
libdvo/src/db_utils.c (modified) (1 diff)
-
opihi/include/data.h (modified) (1 diff)
-
opihi/include/display.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/Makefile
r31635 r31636 36 36 $(DESTINC)/ps1_ref_defs.h 37 37 38 INCS = $(DEFS) $(DESTINC)/dvo.h $(DESTINC)/autocode.h $(DESTINC)/dvo_util.h $(DESTINC)/dvodb.h $(DESTINC)/libdvo_astro.h $(DESTINC)/convert.h 38 INCS = $(DEFS) $(DESTINC)/dvo.h $(DESTINC)/autocode.h $(DESTINC)/dvo_util.h $(DESTINC)/dvodb.h $(DESTINC)/libdvo_astro.h $(DESTINC)/convert.h $(DESTINC)/get_graphdata.h 39 39 40 40 OBJS = \ -
trunk/Ohana/src/libdvo/include/dvodb.h
r31635 r31636 1 1 # ifndef DVODB_H 2 2 # define DVODB_H 3 4 // to get definition of Graphdata5 # include "kapa.h"6 3 7 4 typedef enum { … … 333 330 #define opihi_int int 334 331 335 int GetGraphdata PROTO((Graphdata *data, int *kapa, char *name));336 337 332 # endif -
trunk/Ohana/src/libdvo/src/ImageOps.c
r31635 r31636 1 1 # include "dvo.h" 2 2 # include "dvodb.h" 3 # include "get_graphdata.h" 3 4 4 5 void image_subset (Image *image, off_t Nimage, off_t **Subset, off_t *Nsubset, -
trunk/Ohana/src/libdvo/src/dbCmdlineFields.c
r31635 r31636 1 1 # include "dvo.h" 2 # include "get_graphdata.h" 2 3 3 4 // check for 'where' or 'matched to'; return first field after the word, and the value -
trunk/Ohana/src/libdvo/src/db_utils.c
r31635 r31636 1 1 # include "dvo.h" 2 # include "get_graphdata.h" 2 3 3 4 // This file contains some functions used by the libdvo db lookup functions -
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.
