#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "signal.h"
#include "setjmp.h"
#include "iv.h"
#include "intLib.h"
#include "sysLib.h"
#include "semLib.h"
#include "ioLib.h"
#include "sys/ioctl.h"
#include "taskLib.h"
#include "time.h"
#include "errno.h"
#include "application.conf"
Functions | |
int | MPSopen (void) |
int | MPSclos (void) |
int | MPSstat (int mask) |
int | MPScmd (char *cmd, char *reply, int len, BOOL errchk) |
int | MPSset (int val) |
int | MPSwait (int wait) |
Variables | |
int | errno |
static int | savoptw |
static int | savoptr |
FILE * | fpw = NULL |
FILE * | fpr = NULL |
modification history -------------------- 15oct08 kHu DOXYGEN comments added 16apr03 kHu Fit gemacht fuer -Wall GCC-Option 02jul02 kHu uInit(), uReset() -> uClear 15mar01 kHu new
int MPSclos | ( | void | ) |
int MPScmd | ( | char * | cmd, | |
char * | reply, | |||
int | len, | |||
BOOL | errchk | |||
) |
int MPSopen | ( | void | ) |
int MPSset | ( | int | val | ) |
int MPSstat | ( | int | mask | ) |
int MPSwait | ( | int | wait | ) |
int errno |
FILE* fpr = NULL |
FILE* fpw = NULL |
int savoptr [static] |
int savoptw [static] |