#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "application.conf"
Defines | |
| #define | PRIVATmatr |
| #define | PRIVAT7b |
| #define | PRIVAT7x |
Functions | |
| static void | setdflt (void) |
| static int | help (char *hlptxt) |
| static int | refrsh (BOOL *dispok) |
| static int | prntout (void) |
| int | MatCntl (int strtup, char *hlptxt, char *exitcmd) |
Variables | |
| DATA7b | data7b |
| PARFILE | parfile |
| static FILE * | fdout |
modification history
--------------------
15aug08 kHu DOXYGEN comments added
20apr07 kHu DIM3SPEC, IPLANES, NPLANE
04jun04 kHu xPlotE(FILE *fdout, int color)
16apr03 kHu Fit gemacht fuer -Wall GCC-Option
20mar03 kHu if(commnd > 0) commnd = toupper(commnd);
06jan03 kHu strtup: BOOL -> int; loadpar raus
16aug02 kHu strtup neues Argumnt von MatCntl();
02jul02 kHu uInit(), uReset() -> uClear
22apr02 kHu XFMT/YFMT an ICOLS/IROWS Format angepasst; wieder raus
18apr02 kHu Help(): '<','>' added
28aug01 kHu ^T mit XFNCTN('T')
26jun01 kHu DFLTLAN; xPlotFs(enum devlang uselang)
09oct00 kHu data7b -> data7b[2]
09oct00 kHu ^N/^B/^L norm/save/restore parameter set geaendert
28feb00 kHu Check fuer Erststart neu
11nov99 kHu Newprog Standard
09sep99 kHu neu: hlptxt, exitcmd
02sep99 kHu Abschluss Pruefung
24aug99 kHu ueberarbeitet
13jan99 kHu Umstellung auf dan-Library
08jan99 kHu prntout() neu
17dec98 kHu xPlotTs mit Position
08dec98 kHu Help in Text Mode
26nov98 kHu ^Z,^D usw. ohne Terres()
01sep98 kHu Div. durch Null bei Anf.-Norm
17nov95 kHu Ultrix, VxWorks Portierung (C)
08feb88 kHu PDP11 Version (F77, Macro-11)
| #define PRIVAT7b |
| #define PRIVAT7x |
| #define PRIVATmatr |
| static int help | ( | char * | hlptxt | ) | [static] |
| int MatCntl | ( | int | strtup, | |
| char * | hlptxt, | |||
| char * | exitcmd | |||
| ) |
| static int prntout | ( | void | ) | [static] |
| static int refrsh | ( | BOOL * | dispok | ) | [static] |
| static void setdflt | ( | void | ) | [static] |
FILE* fdout [static] |
1.5.6