#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "taskLib.h"
#include "math.h"
#include "application.conf"
Defines | |
#define | PRIVATwqs |
#define | PRIVAT7a |
#define | PRIVAT7x |
#define | LABLEN 3 |
Functions | |
static void | setdflt (void) |
static int | help (char *hlptxt) |
static int | refrsh (BOOL *dispok) |
static void | inputc (void) |
static void | selmar (void) |
static void | movmar (long pos) |
static void | shomar (BOOL terminal) |
static int | showres (int mode, char type) |
static int | prntout (void) |
static void | swap (char *c1, char *c2) |
int | WqsCntl (int strtup, char *hlptxt, char *exitcmd, int pkpos) |
int | GetMar (MARTYP *markers) |
int | SavMar (MARTYP *markers) |
Variables | |
DATA7a | data7a |
PARFILE | parfile |
static FILE * | fdout = NULL |
static char | label0 [LABLEN] = {"M0"} |
static char | label1 [LABLEN] = {"M1"} |
static char | label2 [LABLEN] = {"M2"} |
static char | label3 [LABLEN] = {"M3"} |
static char | label4 [LABLEN] = {"M4"} |
static char * | labels [MARNUM] = {label0, label1, label2, label3, label4} |
static BOOL | MScmd = FALSE |
Features:
Display of ESS Data
Cross Section Calculation
modification history -------------------- 14oct08 kHu DOXYGEN comments added 25mar08 kHu xPlotTx() in refrsh, movmar, shomar, selmar neu geordnet 25mar08 kHu xPlotE(FILE *fdout, int color) 12aug03 kHu alle Aenderungen nachgeholt 02jul02 kHu uInit(), uReset() -> uClear 02mar01 kHu New from WQA
#define LABLEN 3 |
#define PRIVAT7a |
#define PRIVAT7x |
#define PRIVATwqs |
int GetMar | ( | MARTYP * | markers | ) |
static int help | ( | char * | hlptxt | ) | [static] |
static void inputc | ( | void | ) | [static] |
static void movmar | ( | long | pos | ) | [static] |
static int prntout | ( | void | ) | [static] |
static int refrsh | ( | BOOL * | dispok | ) | [static] |
int SavMar | ( | MARTYP * | markers | ) |
static void selmar | ( | void | ) | [static] |
static void setdflt | ( | void | ) | [static] |
static void shomar | ( | BOOL | terminal | ) | [static] |
int showres | ( | int | mode, | |
char | type | |||
) | [static] |
static void swap | ( | char * | c1, | |
char * | c2 | |||
) | [static] |
int WqsCntl | ( | int | strtup, | |
char * | hlptxt, | |||
char * | exitcmd, | |||
int | pkpos | |||
) |
FILE* fdout = NULL [static] |
char label0[LABLEN] = {"M0"} [static] |
char label1[LABLEN] = {"M1"} [static] |
char label2[LABLEN] = {"M2"} [static] |
char label3[LABLEN] = {"M3"} [static] |
char label4[LABLEN] = {"M4"} [static] |