- Timestamp:
- May 15, 2007, 3:25:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/include/display.h
r13344 r13391 10 10 int PlotVector PROTO((int, float *)); 11 11 int PlotVectorTriplet PROTO((int N, float *xValues, float *yValues, float *zValues, Graphdata *graphmode)); 12 int GetGraphData PROTO((Graphdata *data, int * sock, int *N));13 int GetGraph PROTO((Graphdata *data, int * socket, int *N));12 int GetGraphData PROTO((Graphdata *data, int *kapa, char *name)); 13 int GetGraph PROTO((Graphdata *data, int *kapa, char *name)); 14 14 void InitGraph PROTO((void)); 15 15 int open_graph PROTO((int N)); … … 21 21 22 22 /* image (tv) functions */ 23 int GetImage PROTO((int * socket, int *N));23 int GetImage PROTO((int *kapa, char *name)); 24 24 char *GetImageName PROTO((void)); 25 25 void GetImageScale PROTO((double *zero, double *range)); … … 35 35 36 36 void InitKapa (); 37 int FindKapaDevice (int thisDevice); 38 int open_kapa (int thisDevice); 37 int open_kapa (int entry); 38 int AddKapaDevice (char *name); 39 int DelKapaDevice (char *name); 40 int FindKapaDevice (char *name); 41 char *GetGraphName (); 39 42 40 43 /* calling program need to define a function 'get_variable' which
Note:
See TracChangeset
for help on using the changeset viewer.
