#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.
Macros | |
#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 15 of file contrib/vxworks/vxwserv.c.
#define SERVER_NUM 2200 |
Definition at line 14 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 223 of file contrib/vxworks/vxwserv.c.
int call_vxw | ( | int | fd | ) |
Definition at line 96 of file contrib/vxworks/vxwserv.c.
int findsymbol | ( | char * | s | ) |
Definition at line 74 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 38 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 28 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 48 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 80 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 58 of file contrib/vxworks/vxwserv.c.
void protocol_error | ( | int | x | ) |
Definition at line 23 of file contrib/vxworks/vxwserv.c.
int spawn_vxw | ( | int | fd | ) |
Definition at line 209 of file contrib/vxworks/vxwserv.c.
vxwserv | ( | ) |
Definition at line 229 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 19 of file contrib/vxworks/vxwserv.c.
|
static |
Definition at line 207 of file contrib/vxworks/vxwserv.c.
char* sysSymTbl |