IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2006, 9:22:35 AM (20 years ago)
Author:
eugene
Message:

working on the client/server interactions for pantasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/pantasks.h

    r6687 r7892  
    11# include "data.h"
    22# include "basic.h"
     3
     4# include <sys/time.h>
     5# include <time.h>
     6# include <zlib.h>
     7# include <netinet/ip.h>
     8# include <netdb.h>
     9# include <arpa/inet.h>
     10# include <pthread.h>
     11
     12typedef struct sockaddr_in SockAddress;
    313
    414typedef enum {
     
    120130
    121131void InitPantasks ();
     132void InitPantasksClient ();
    122133void InitTasks ();
    123134Task *NextTask ();
     
    183194void gotsignal (int signum);
    184195
     196void InitClients ();
     197void AddNewClient (int client);
     198void *ListenClients (void *data);
     199
     200int InitServerSocket (SockAddress *Address);
     201int WaitServerSocket (int InitSocket, SockAddress *Address);
     202int GetClientSocket (char *hostname);
     203int InitServerSocket_Named (char *hostname, SockAddress *Address);
Note: See TracChangeset for help on using the changeset viewer.