#include "vxWorks.h"
#include "stdioLib.h"
#include "socket.h"
#include "in.h"
#include "sigLib.h"
#include "taskLib.h"
#include "vxw_proto.h"
Go to the source code of this file.
Defines | |
#define | ARGUMENT_BUFFER_SIZE 16384 |
#define | SERVER_NUM 2200 |
Functions | |
static void | abort (int sig) |
int | call_vxw (int fd) |
int | findsymbol (char *s) |
static double | getfloat (enum argument_type type, FILE *s) |
static | getint (enum argument_type type, FILE *s) |
static | getlength (FILE *s) |
static int | getsymbol (FILE *s) |
static int | getvector (FILE *s, unsigned char *vmem, int index, int bufsize) |
void | protocol_error (int x) |
int | spawn_vxw (int fd) |
vxwserv () | |
Variables | |
static int | error_code |
static int | sock |
char * | sysSymTbl |
#define ARGUMENT_BUFFER_SIZE 16384 |
Definition at line 16 of file lib/clib/vxwserv.c.
#define SERVER_NUM 2200 |
Definition at line 15 of file lib/clib/vxwserv.c.
static void abort | ( | int | sig | ) | [static] |
Definition at line 224 of file lib/clib/vxwserv.c.
int call_vxw | ( | int | fd | ) |
Definition at line 97 of file lib/clib/vxwserv.c.
int findsymbol | ( | char * | s | ) |
Definition at line 75 of file lib/clib/vxwserv.c.
static double getfloat | ( | enum argument_type | type, |
FILE * | s | ||
) | [static] |
Definition at line 39 of file lib/clib/vxwserv.c.
static getint | ( | enum argument_type | type, |
FILE * | s | ||
) | [static] |
Definition at line 29 of file lib/clib/vxwserv.c.
static getlength | ( | FILE * | s | ) | [static] |
Definition at line 49 of file lib/clib/vxwserv.c.
static int getsymbol | ( | FILE * | s | ) | [static] |
Definition at line 81 of file lib/clib/vxwserv.c.
static int getvector | ( | FILE * | s, |
unsigned char * | vmem, | ||
int | index, | ||
int | bufsize | ||
) | [static] |
Definition at line 59 of file lib/clib/vxwserv.c.
void protocol_error | ( | int | x | ) |
Definition at line 24 of file lib/clib/vxwserv.c.
int spawn_vxw | ( | int | fd | ) |
Definition at line 210 of file lib/clib/vxwserv.c.
vxwserv | ( | ) |
Definition at line 230 of file lib/clib/vxwserv.c.
int error_code [static] |
Definition at line 20 of file lib/clib/vxwserv.c.
int sock [static] |
Definition at line 208 of file lib/clib/vxwserv.c.
char* sysSymTbl |