#include <ws_clientII.h>
Go to the source code of this file.
Functions | |
int | AHPA_init (long *OutBufferLen, char *OutDir, int debug) |
int | AHPA_next_ev (TRACE_REQ *ptrReq, int nReq, char *OutDir, char *EventDate, char *EventTime, int debug) |
int | AHPA_next (TRACE_REQ *getThis, double GapThresh, long OutBufferLen, int debug) |
int | AHPA_end_ev (int debug) |
int | AHPA_close (int debug) |
int | SACPA_init (long OutBufferLen, char *OutDir, char *OutputFormat, int debug) |
int | SACPA_next_ev (char *EventID, TRACE_REQ *ptrReq, int nReq, char *OutDir, char *EventDate, char *EventTime, int debug) |
int | SACPA_next (TRACE_REQ *getThis, double GapThresh, long OutBufferLen, int debug) |
int | SACPA_end_ev (int) |
int | SACPA_close (int) |
int | SUDSPA_init (int OutBufferLen, char *OutDir, char *OutputFormat, int debug) |
int | SUDSPA_next_ev (char *EventID, TRACE_REQ *ptrReq, int nReq, char *OutDir, char *EventDate, char *EventTime, char *EventSubnet, int debug) |
int | SUDSPA_next (TRACE_REQ *getThis, double GapThresh, long OutBufferLen, int debug) |
int | SUDSPA_end_ev (int debug) |
int | SUDSPA_close (int debug) |
int | TANKPA_init (char *OutDir, int debug) |
int | TANKPA_next_ev (char *EventID, char *OutDir, char *EventDate, char *EventTime, int debug) |
int | TANKPA_next (TRACE_REQ *getThis, int debug) |
int | TANKPA_end_ev (int debug) |
int | TANKPA_close (int debug) |
|
Definition at line 387 of file ahputaway.c. Referenced by PA_close(). |
|
Definition at line 376 of file ahputaway.c. Referenced by PA_end_ev(). |
|
Definition at line 120 of file ahputaway.c. References AhHead, CreateDir(), EW_FAILURE, EW_SUCCESS, logit(), and mydata. Referenced by PA_init(). |
|
|
Definition at line 153 of file ahputaway.c. References CreateDir(), EW_FAILURE, EW_SUCCESS, and logit(). Referenced by PA_next_ev(). |
|
Definition at line 402 of file sacputaway.c. References EW_SUCCESS, logit(), SACPABase_close(), and SACPABase_Debug(). Referenced by PA_close(). |
|
Definition at line 374 of file sacputaway.c. References EW_SUCCESS, logit(), SACPABase_Debug(), and SACPABase_end_ev(). Referenced by PA_end_ev(). |
|
Definition at line 253 of file sacputaway.c. References EW_SUCCESS, logit(), SACPABase_Debug(), and SACPABase_init(). Referenced by PA_init(). |
|
Definition at line 323 of file sacputaway.c. References TRACE_REQ::chan, EW_SUCCESS, logit(), TRACE_REQ::net, SACPABase_Debug(), SACPABase_end_scn(), SACPABase_next_scn(), SACPABase_write_trace(), and TRACE_REQ::sta. Referenced by PA_next(). |
|
Definition at line 281 of file sacputaway.c. References epochsec17(), EW_SUCCESS, logit(), SACPABase_Debug(), and SACPABase_next_ev(). Referenced by PA_next_ev(). |
|
Definition at line 696 of file sudsputaway.c. Referenced by PA_close(). |
|
Definition at line 681 of file sudsputaway.c. References logit(). Referenced by PA_end_ev(). |
|
Allocate SudsBuffer and SudsBufferShort We waste RAM by allocating both the long and short buffers here at the beginning of the code because some fluke (feature?) of NT which I don't understand becomes unhappy if we do the allocation later. Win2000, of course, behaves differently, and is quite happy with buffer allocation after we have determined the format of the incoming data Definition at line 97 of file sudsputaway.c. References CreateDir(), EW_FAILURE, EW_SUCCESS, logit(), SudsBuffer, and SudsBufferShort. Referenced by PA_init(). |
|
|
Definition at line 148 of file sudsputaway.c. References EVENTID_SIZE, EW_FAILURE, logit(), MAXTXT, TRACE_REQ::net, and SUDSfp. Referenced by PA_next_ev(). |
|
Definition at line 226 of file tankputaway.c. References EW_SUCCESS, and logit(). Referenced by PA_close(). |
|
Definition at line 210 of file tankputaway.c. References EW_SUCCESS, and logit(). Referenced by PA_end_ev(). |
|
Definition at line 68 of file tankputaway.c. References CreateDir(), EW_FAILURE, EW_SUCCESS, and logit(). Referenced by PA_init(). |
|
Definition at line 152 of file tankputaway.c. References TRACE_REQ::actLen, TRACE_HEADER::chan, TRACE_HEADER::datatype, EW_FAILURE, EW_SUCCESS, logit(), TRACE_HEADER::net, TRACE_HEADER::nsamp, TRACE_REQ::pBuf, TRACE_HEADER::sta, and WaveMsgMakeLocal(). Referenced by PA_next(). |
|
Definition at line 101 of file tankputaway.c. References EW_FAILURE, EW_SUCCESS, fpTank, and logit(). Referenced by PA_next_ev(). |