IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2006, 2:42:35 PM (20 years ago)
Author:
eugene
Message:

moved check_permissions to libohana, added buttons to Kii

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/include/addstar.h

    r5945 r6674  
    2020    fprintf (stderr, "ERROR:  photcode %s not found in photcode table\n", NAME); \
    2121    exit (0); }
     22
     23typedef struct {
     24  int Nstars;
     25  Stars *stars;
     26  Image *image;
     27  Coords *mosaic;
     28  SkyRegion *patch;
     29  AddstarClientOptions *options;
     30  char *refcat;
     31} DVO_DATA;
    2232
    2333typedef struct sockaddr_in SockAddress;
     
    204214int SkyListSetPath (SkyList *list, char *path);
    205215SkyTable *SkyTableLoadOptimal ();
     216
     217int InitDataset ();
     218int PushDataset (DVO_DATA *data);
     219DVO_DATA *PopDataset (void);
     220void *ListenClients_Thread (void *data);
     221int NewImage_Thread (int BindSocket);
     222int NewRefcat_Thread (int BindSocket);
     223int NewReflist_Thread (int BindSocket);
Note: See TracChangeset for help on using the changeset viewer.