IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2007, 5:24:58 PM (19 years ago)
Author:
eugene
Message:

converting to kapa2 support: INET socket connections, single device type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/include/display.h

    r12332 r13344  
    44# ifndef DISPLAY_H
    55# 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 # endif
    176
    187/*** plotting functions ***/
     
    4534int           SelectOverlay         PROTO((char *name, int *number));
    4635
     36void InitKapa ();
     37int FindKapaDevice (int thisDevice);
     38int open_kapa (int thisDevice);
     39
    4740/* calling program need to define a function 'get_variable' which
    4841 * returns the name of the executable for each of KAPA and KII
Note: See TracChangeset for help on using the changeset viewer.