#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "ctype.h"
#include "time.h"
#include "setjmp.h"
#include "application.conf"
Functions | |
static int | newspe (void) |
static int | oldspe (void) |
static int | tstrun (void) |
static int | prntinfo (void) |
static void | setsst (int mode) |
int | Strtex (void) |
int | Runspe (void) |
int | xCntrl (int mode) |
Variables | |
jmp_buf | DetachEnv |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 15feb06 kHu ECF included 15feb06 kHu Create, Load, Save Spectrum message stats angezeigt 13feb06 kHu IPLANES neu 16apr03 kHu Fit gemacht fuer -Wall GCC-Option 14jan03 kHu Save Spektrum bei Stop Test Run 18feb02 kHu Argumente beim Start: PNAME,PTITLE,PARNAM,HLPNAM 28aug01 kHu NullSpe() -> xCntrl() 06mar01 kHu Detach neu organisiert 25jan01 kHu int bgArgs[10] = {BGARGS} zu Shospe damit aktuell 05jan01 kHu Save spectrum: error check, Create on Test Run 13sep00 kHu tReadp() -> tMenu 19nov99 kHu Zero spectrum if test run 28okt99 kHu x.conf x.h neu geordnet 27okt99 kHu Load Spektrum geaendert 21sep99 kHu ueberarbeitet 20jan99 kHu include Header Files geaendert 22dec98 kHu Trennen in daclib und exlib 22oct98 kHu Umstellung auf tReadp() 09oct98 kHu #include TPHDR 23sep98 kHu Detach/Restart 16sep98 kHu new: template version DAP from MCA program 25mar96 kHu Ultrix, VxWorks Portierung (C) 04mar86 kHu PDP11 Version (F77, Macro-11)
static int newspe | ( | void | ) | [static] |
static int oldspe | ( | void | ) | [static] |
static int prntinfo | ( | void | ) | [static] |
int Runspe | ( | void | ) |
static void setsst | ( | int | mode | ) | [static] |
int Strtex | ( | void | ) |
static int tstrun | ( | void | ) | [static] |
int xCntrl | ( | int | mode | ) |
jmp_buf DetachEnv |