#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "ctype.h"
#include "application.conf"
Defines | |
#define | SHCLEN 80 |
Functions | |
static int | spload (void) |
static void | addspe (void) |
static void | setstartup (void) |
static void | setmessage (void) |
static void | setsyserrs (void) |
static void | setedtcmd (void) |
int | pStart (int stmode) |
void | MainMenu (void) |
void | Newspe (char *title) |
int | Updpar (int mode) |
void | Setconf (void) |
Variables | |
int | strtup = 0 |
Features:
Display of ESW Data
Cross Section Calculation
modification history -------------------- 14oct08 kHu DOXYGEN comments added 21may04 kHu DSPMOD = stmode; Vergessen??? 21.5.04 16apr03 kHu Fit gemacht fuer -Wall GCC-Option 06jan03 kHu strt...: BOOL -> int; loadpar raus BOOL newdata -> int strtup 12sep02 kHu Updpar() geaendert 16aug02 kHu Direktzugriff zu Header in Messprogramm; spload(), Updpar() geaendert newdata neues Argument von fcswtch(); strtxxx, pkpos neue Argumnte von SpeEntr(), WqaEntr(); Transfer der Peakpos. in WqaCntl(), SpeCntl() statt wqa10.c; 02jul02 kHu uInit(), uReset(), checkStack() 28feb02 kHu more args on Start: PNAME,PTITLE,PARNAM,HLPNAM,stmode 18sep01 kHu Updpar() neu 13sep00 kHu tReadp() -> tMenu 11sep00 kHu STARTEND raus, durch ^Z ersetzt (s.u.) 11sep00 kHu Status "online" bei Aufruf von Parent Task 08sep00 kHu ^Z als Austieg zum Main Menu 08sep00 kHu if(callmod != 0) -> STATUS |= 0x4000 (was OK); 21feb00 kHu Files(3)-Aufruf if(...ERROR) 11nov99 kHu Newprog Standard 06sep99 kHu an IAP angepasst 14jul99 kHu Setconf() neu 13jul99 kHu neue Struktur (MainMenu) 28apr99 kHu modif: Rdname() 23mar99 kHu new: Execute shell command 19mar99 kHu new from dan10.c 14dec98 kHu Umstellung auf tReadp() 18nov98 kHu Peak integration added 28sep98 kHu Modi bei Aufruf von Task erweitert 03sep98 kHu auf neuen Stand gebracht 30aug96 kHu Menu und Parameter I/O neu ueberarbeitet auf MCA Standard 17nov95 kHu Ultrix, VxWorks Portierung (C) 08feb88 kHu PDP11 Version (F77, Macro-11)
#define SHCLEN 80 |
static void addspe | ( | void | ) | [static] |
void MainMenu | ( | void | ) |
void Newspe | ( | char * | title | ) |
int pStart | ( | int | stmode | ) |
void Setconf | ( | void | ) |
static void setedtcmd | ( | void | ) | [static] |
static void setmessage | ( | void | ) | [static] |
static void setstartup | ( | void | ) | [static] |
static void setsyserrs | ( | void | ) | [static] |
static int spload | ( | void | ) | [static] |
int Updpar | ( | int | mode | ) |
int strtup = 0 |