#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 | MAXFILNAM PATH_MAX |
#define | SHCLEN 80 |
Functions | |
static int | newspe (int mode) |
static int | loadspe (void) |
static void | cnvspe (void) |
static void | edthdr (void) |
int | pStart (void) |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 15jan03 kHu bei fast allen Funktionen stets File-Name abfragen void newspe(void) -> int newspe(int mode) 14jan03 kHu neu: Edit header of spectrum 18feb02 kHu Argumente beim Start: PNAME,PTITLE,PARNAM,HLPNAM 29mar01 kHu Convert spectrum to ASCII 12mar01 kHu Load Spektrum von exlib50.c nach dac10.c 06mar01 kHu Detach neu organisiert 25jan01 kHu int bgArgs[10] = {BGARGS} zu Shospe damit aktuell 19dec00 kHu Setconf(void) -> Setconf(int mode) 04oct00 kHu BgUnld() bei Exit 13sep00 kHu tReadp() -> tMenu 12nov99 kHu Inpar(3) auch fuer "New spectrum"! 28okt99 kHu x.conf x.h neu geordnet 27okt99 kHu Load Header/Spektrum geaendert 21sep99 kHu ueberarbeitet 23mar99 kHu new: Execute shell command 20jan99 kHu include Header Files geaendert 22dec98 kHu Trennen in daclib und exlib 17nov98 kHu Check path 16nov98 kHu Umstellung von Newspe() 22oct98 kHu Umstellung auf tReadp() 09oct98 kHu #include TPHDR 23sep98 kHu Detach/Restart 16sep98 kHu new: template version DAP from MCA program 01sep98 kHu auf neuen Stand gebracht 27aug96 kHu Menu und Parameter I/O neu 25mar96 kHu Ultrix, VxWorks Portierung (C) 04mar86 kHu PDP11 Version (F77, Macro-11)
#define MAXFILNAM PATH_MAX |
#define SHCLEN 80 |
static void cnvspe | ( | void | ) | [static] |
static void edthdr | ( | void | ) | [static] |
static int loadspe | ( | void | ) | [static] |
static int newspe | ( | int | mode | ) | [static] |
int pStart | ( | void | ) |