IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2005, 2:37:39 PM (21 years ago)
Author:
eugene
Message:

changed load_catalog to take the mode from the catalog structure rather than as an argument

File:
1 edited

Legend:

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

    r4704 r5320  
    77# ifndef DATA_H
    88# define DATA_H
    9 
    10 /* socket / pipe communication buffer */
    11 typedef struct {
    12   char *buffer;
    13   int   Nalloc;
    14   int   Nreset;
    15   int   Nblock;
    16   int   Nbuffer;
    17 } IOBuffer;
    189
    1910/*** typedef structs used by math functions ***/
     
    2617
    2718void InitData ();
    28 
    29 /* IOBuffersOps.c */
    30 int InitIOBuffer (IOBuffer *buffer, int Nalloc);
    31 int FlushIOBuffer (IOBuffer *buffer);
    32 int ReadtoIOBuffer (IOBuffer *buffer, int fd);
    33 int EmptyIOBuffer (IOBuffer *buffer, int Nmax, int fd);
    34 void FreeIOBuffer (IOBuffer *buffer);
    3519
    3620/* in queues.c */
Note: See TracChangeset for help on using the changeset viewer.