#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <earthworm.h>
#include <ws_clientII.h>
#include <socket_ew.h>
#include <time_ew.h>
Go to the source code of this file.
Defines | |
#define | WS_MAX_RECV_BUF_LEN 4096 |
Functions | |
int | recv_all (SOCKET, char FAR *, int, int, int) |
int | wsWaitAscii (WS_MENU, char *, int, int) |
int | wsWaitBinHeader (WS_MENU, char *, int, int) |
int | wsParseMenuReply (WS_MENU, char *) |
int | wsParseBinHeaderReply (TRACE_REQ *, char *) |
int | wsParseAsciiHeaderReply (TRACE_REQ *, char *) |
void | wsSkipN (char *, int, int *) |
timeval FAR * | resetTimeout (struct timeval FAR *) |
Time_ew | adjustTimeoutLength (int timeout_msec) |
int | wsAppendMenu (char *ipAdr, char *port, WS_MENU_QUEUE_REC *menu_queue, int timeout) |
void | wsKillMenu (WS_MENU_QUEUE_REC *menu_queue) |
int | wsGetTraceBin (TRACE_REQ *getThis, WS_MENU_QUEUE_REC *menu_queue, int timeout) |
int | wsGetTraceAscii (TRACE_REQ *getThis, WS_MENU_QUEUE_REC *menu_queue, int timeout) |
void | wsKillPSCN (WS_PSCN pscn) |
int | wsGetServerPSCN (char *addr, char *port, WS_PSCN *pscnp, WS_MENU_QUEUE_REC *menu_queue) |
int | wsSearchSCN (TRACE_REQ *getThis, WS_MENU *menup, WS_PSCN *pscnp, WS_MENU_QUEUE_REC *menu_queue) |
int | wsAttachServer (WS_MENU menu, int timeout) |
void | wsDetachServer (WS_MENU menu) |
int | setWsClient_ewDebug (int debug) |
Variables | |
int | menu_reqid = 0 |
int | WS_CL_DEBUG = 0 |
|
Definition at line 58 of file ws_clientII.c. Referenced by wsWaitAscii(). |
|
Definition at line 139 of file socket_ew.c. Referenced by accept_ew(), recv_all(), recv_ew(), recvfrom_ew(), send_ew(), sendto_ew(), wsWaitAscii(), and wsWaitBinHeader(). |
|
Definition at line 447 of file socket_ew_common.c. |
|
Referenced by accept_ew(), recv_all(), recv_ew(), recvfrom_ew(), send_ew(), and sendto_ew(). |
|
Definition at line 1312 of file ws_clientII.c. References WS_CL_DEBUG. |
|
|
Definition at line 603 of file ws_clientII.c. References _WS_MENU_REC::addr, connect_ew(), logit(), _WS_MENU_REC::port, _WS_MENU_REC::sock, socket_ew(), WS_ERR_INPUT, WS_ERR_NO_CONNECTION, WS_ERR_NONE, WS_ERR_SOCKET, and wsDetachServer(). Referenced by wsAppendMenu(). |
|
Definition at line 681 of file ws_clientII.c. References closesocket_ew(), and _WS_MENU_REC::sock. Referenced by wsAppendMenu(), wsAttachServer(), wsGetTraceAscii(), and wsGetTraceBin(). |
|
Definition at line 497 of file ws_clientII.c. References _WS_MENU_REC::addr, WS_MENU_QUEUE_REC::head, logit(), _WS_MENU_REC::next, _WS_MENU_REC::port, _WS_MENU_REC::pscn, WS_ERR_EMPTY_MENU, WS_ERR_NONE, and WS_ERR_SERVER_NOT_IN_MENU. |
|
|
|
Definition at line 207 of file ws_clientII.c. References closesocket_ew(), WS_MENU_QUEUE_REC::head, menu_reqid, _WS_MENU_REC::next, _WS_MENU_REC::pscn, _WS_MENU_REC::sock, WS_MENU_QUEUE_REC::tail, and wsKillPSCN(). |
|
Definition at line 478 of file ws_clientII.c. References _WS_PSCN_REC::next. Referenced by wsAppendMenu(), and wsKillMenu(). |
|
Definition at line 1173 of file ws_clientII.c. References TRACE_REQ::actEndtime, TRACE_REQ::actLen, TRACE_REQ::actStarttime, logit(), TRACE_REQ::pinno, TRACE_REQ::retFlag, TRACE_REQ::samprate, WS_ERR_INPUT, WS_ERR_NONE, WS_ERR_PARSE, WS_WRN_FLAGGED, and wsSkipN(). Referenced by wsGetTraceAscii(). |
|
Definition at line 1048 of file ws_clientII.c. References TRACE_REQ::actEndtime, TRACE_REQ::actLen, TRACE_REQ::actStarttime, logit(), TRACE_REQ::pinno, TRACE_REQ::retFlag, TRACE_REQ::samprate, WS_ERR_INPUT, WS_ERR_NONE, WS_ERR_PARSE, WS_WRN_FLAGGED, and wsSkipN(). Referenced by wsGetTraceBin(). |
|
Definition at line 977 of file ws_clientII.c. References _WS_PSCN_REC::chan, logit(), _WS_PSCN_REC::net, _WS_PSCN_REC::next, _WS_PSCN_REC::pinno, _WS_MENU_REC::pscn, _WS_PSCN_REC::sta, _WS_PSCN_REC::tankEndtime, _WS_PSCN_REC::tankStarttime, WS_ERR_INPUT, WS_ERR_MEMORY, WS_ERR_NONE, WS_ERR_PARSE, and wsSkipN(). Referenced by wsAppendMenu(). |
|
Definition at line 546 of file ws_clientII.c. References TRACE_REQ::chan, _WS_PSCN_REC::chan, WS_MENU_QUEUE_REC::head, logit(), TRACE_REQ::net, _WS_PSCN_REC::net, _WS_MENU_REC::next, _WS_PSCN_REC::next, _WS_MENU_REC::pscn, TRACE_REQ::sta, _WS_PSCN_REC::sta, WS_ERR_EMPTY_MENU, WS_ERR_NONE, and WS_ERR_SCN_NOT_IN_MENU. Referenced by wsGetTraceAscii(), and wsGetTraceBin(). |
|
Definition at line 1283 of file ws_clientII.c. Referenced by wsParseAsciiHeaderReply(), wsParseBinHeaderReply(), and wsParseMenuReply(). |
|
Definition at line 841 of file ws_clientII.c. References adjustTimeoutLength(), GetTime_ew(), logit(), resetTimeout(), sleep_ew(), _WS_MENU_REC::sock, socketGetError_ew(), WS_ERR_BROKEN_CONNECTION, WS_ERR_BUFFER_OVERFLOW, WS_ERR_INPUT, WS_ERR_NONE, WS_ERR_SOCKET, WS_ERR_TIMEOUT, and WS_MAX_RECV_BUF_LEN. Referenced by wsAppendMenu(), and wsGetTraceAscii(). |
|
Definition at line 703 of file ws_clientII.c. References adjustTimeoutLength(), GetTime_ew(), logit(), resetTimeout(), sleep_ew(), _WS_MENU_REC::sock, socketGetError_ew(), WS_ERR_BROKEN_CONNECTION, WS_ERR_BUFFER_OVERFLOW, WS_ERR_INPUT, WS_ERR_NONE, WS_ERR_SOCKET, and WS_ERR_TIMEOUT. Referenced by wsGetTraceBin(). |
|
Definition at line 60 of file ws_clientII.c. Referenced by wsKillMenu(). |
|
Definition at line 61 of file ws_clientII.c. Referenced by setWsClient_ewDebug(), and wsGetTraceAscii(). |