#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "remLib.h"
#include "ioLib.h"
#include "math.h"
#include "sysLib.h"
#include "errno.h"
#include "application.conf"
Defines | |
#define | PRIVAT7x |
#define | RSHPORT 514 |
Functions | |
void | xImport (void) |
void | xPlotpar (void) |
int | xPlotE (FILE *fdout, int color) |
void | xPlotX (void) |
FILE * | xPlotFs (enum devlang uselang) |
void | xPlotFx (FILE *fdout) |
Variables | |
PARFILE | parfile |
PLOTMODE * | plotpntr |
PLOTMODE * | savepntr |
DEVCLAS TERMTYP DEVLANG DEVDESC * | pcterm = NULL |
DEVDESC * | pcprnt = NULL |
static char | filnam1 [256] |
static char | filnam2 [256] |
static BOOL | envterm [MAXTERM] |
static BOOL | envprnt [MAXPRNT] |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 04jun04 kHu xPlotE(FILE *fdout, int color) plotE(FILE *fdout, int device, int language, int color) 16apr03 kHu Fit gemacht fuer -Wall GCC-Option 13mar03 kHu xPlotFs(): filnam1[0] = NULL -> filnam1[0] = '\0' 13mar03 kHu xPLotFx(): prntcmd[0] = NULL -> prntcmd[0] = '\0' 14feb03 kHu neu xImport() 13feb03 kHu neu default Terminal/Printer 21dec01 kHu Printing neu 26jun01 kHu DFLTLAN; xPlotFs(enum devlang uselang) 13sep00 kHu tReadp() -> tMenu 11nov99 kHu Newprog Standard 02sep99 kHu Abschluss Pruefung 24aug99 kHu ueberarbeitet 13jan99 kHu Umstellung auf dan-Library 04jan99 kHu File/Print mode added 14dec98 kHu Umstellung auf tReadp() 04dec98 kHu TERMCLASE neu 30aug96 kHu ? 08jan96 kHu new
#define PRIVAT7x |
#define RSHPORT 514 |
void xImport | ( | void | ) |
int xPlotE | ( | FILE * | fdout, | |
int | color | |||
) |
FILE* xPlotFs | ( | enum devlang | uselang | ) |
void xPlotFx | ( | FILE * | fdout | ) |
void xPlotpar | ( | void | ) |
void xPlotX | ( | void | ) |
char filnam1[256] [static] |
char filnam2[256] [static] |
PLOTMODE* plotpntr |
PLOTMODE* savepntr |