#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "ctype.h"
#include "limits.h"
#include "application.conf"
Defines | |
| #define | PRIVATwqa |
| #define | PRIVAT7a |
| #define | SGTITLE " File spezification of spectrum" |
| #define | MARKERs parfile.dataSpe.mardat.markrs |
| #define | MARKERw parfile.dataWqa.mardat.markrs |
| #define | HELPspe |
| #define | HELPspeZ |
| #define | HELPwqa |
| #define | HELPwqaZ |
Functions | |
| int | Single (int zmode) |
| int | Fcswtch (int cmd, int zmode) |
Variables | |
| int | strtup |
Features:
Display of ESW Data
Cross Section Calculation
modification history -------------------- 14oct08 kHu DOXYGEN comments added 06jan03 kHu strt...: BOOL -> int; loadpar raus BOOL newdata -> int strtup 16aug02 kHu newdata neues Argument von fcswtch(); strtxxx, pkpos neue Argumnte von WqaEntr(), SpeEntr(); Transfer der Peakpos. in WqaCntl(), SpeCntl() statt wqa11.c; 13sep00 kHu tReadp() -> tMenu 11sep00 kHu ^T, ^Z, ^H Funktionen besser an Kontext angepasst 11nov99 kHu Newprog Standard 09sep99 kHu neu: hlptxt, exitcmd 06sep99 kHu an IAP angepasst 30apr99 kHu new from wqa10.c
| #define HELPspe |
Value:
" Exits:\n" \ " CR Return to main menu\n" \ " ^Z Return to main menu\n" \ " ^I WQA analysis (more help)"
| #define HELPspeZ |
Value:
" Exits:\n" \ " CR Return to parent task\n" \ " ^Z Return to main menu\n" \ " ^I WQA analysis (more help)"
| #define HELPwqa |
Value:
" Exits:\n" \ " CR Return to main menu\n" \ " ^Z Return to main menu\n" \ " ^D Standard display (more help)"
| #define HELPwqaZ |
Value:
" Exits:\n" \ " CR Return to parent task\n" \ " ^Z Return to main menu\n" \ " ^D Standard display (more help)"
| #define MARKERs parfile.dataSpe.mardat.markrs |
| #define MARKERw parfile.dataWqa.mardat.markrs |
| #define PRIVAT7a |
| #define PRIVATwqa |
| #define SGTITLE " File spezification of spectrum" |
| int Fcswtch | ( | int | cmd, | |
| int | zmode | |||
| ) |
| int Single | ( | int | zmode | ) |
| int strtup |
1.5.6