proto.h

00001 
00002 #ifndef PROTO_INC
00003 #define PROTO_INC
00004 
00005 /* ********************************************************************
00006 **
00007 **  Name: proto.h.
00008 **
00009 **  Purpose: prototype definitions for PDS.
00010 **
00011 **  Revision History:
00012 **
00013 **  24-Mar-94 -- initial development of proto.h ().
00014 **  12-May-94 -- changed name of search module to make_search.
00015 **  02-Jun-94 -- alphabetized the list and removed out of date entries.
00016 **
00017 ** *******************************************************************/
00018 /*
00019 **  Begin proto.h.
00020 */
00021 
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025 
00026 int pdscom(char *);
00027 
00028 int pdsdone(int, int, int, double, double *, double *, double *,
00029             double, double, double, double, int, int, char *, int);
00030 
00031 int depth(int, int, int);
00032 
00033 int pdseql(int, double, double *);
00034      
00035 int pdsget(int, FILE *, int *, double *, int *, char *);
00036 
00037 int pdsglb(int, double *, double *, char *);
00038 
00039 int pdsgop(double *, int, double *, char *);
00040 
00041 int pdshrk(int, int, int *, int *);
00042 
00043 int make_search(int, int, int *, int *, int *, int *, int *, int *,
00044                 int *);
00045 
00046 double pdslen(int, int, double *, double, double *);
00047 
00048 int order(int, int *, int *);
00049 
00050 int quick(int, int *, int *);
00051 
00052 int pdsrgt(int, double, double *);
00053 
00054 int pdscld(int, double, double *);
00055 
00056 int sort(int, int *, int *, int *, int *);
00057 
00058 int writes(int, int, int, int, int, int *, int *);
00059 
00060 int pdsdgn(int, double *, double *, double *, double *, int *, double *);
00061 
00062 int pdsupd(long int, int, int, int *, double *, double *, double);
00063 
00064 #ifdef __cplusplus
00065 }
00066 #endif
00067 /*
00068 **  End proto.h.
00069 */
00070 #endif
Generated on Mon Jan 24 12:04:37 2011 for FASTlib by  doxygen 1.6.3