- Timestamp:
- May 10, 2007, 5:24:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/include/display.h
r12332 r13344 4 4 # ifndef DISPLAY_H 5 5 # define DISPLAY_H 6 7 # if (0)8 typedef struct {9 double xmin, xmax, ymin, ymax;10 int style, ptype, ltype, etype, ebar, color;11 double lweight, size;12 Coords coords;13 int flipeast, flipnorth;14 char axis[8], labels[8], ticks[8];15 } Graphdata;16 # endif17 6 18 7 /*** plotting functions ***/ … … 45 34 int SelectOverlay PROTO((char *name, int *number)); 46 35 36 void InitKapa (); 37 int FindKapaDevice (int thisDevice); 38 int open_kapa (int thisDevice); 39 47 40 /* calling program need to define a function 'get_variable' which 48 41 * returns the name of the executable for each of KAPA and KII
Note:
See TracChangeset
for help on using the changeset viewer.
