#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 16apr03 kHu Fit gemacht fuer -Wall GCC-Option 18feb02 kHu Argumente beim Start: PNAME,PTITLE,PARNAM,HLPNAM 28aug01 kHu NullSpe() -> xCntrl() 06mar01 kHu Save Spectrum mit ECF synchronisiert 06mar01 kHu Detach neu organisiert 05jan01 kHu tReadp() -> tMenu 19nov99 kHu Zero spectrum if test run 11nov99 kHu Newprog Standard 28okt99 kHu x.conf x.h neu geordnet 26okt99 kHu modifiziertes dac40.c 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 |