#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "ctype.h"
#include "application.conf"
Defines | |
#define | SGTITLE " File spezification of spectrum" |
#define | SHCLEN 80 |
#define | MARKERs parfile.dataSpe.mardat.markrs |
#define | HELPspe |
#define | HELPspeZ |
Functions | |
static int | spload (void) |
static void | setstartup (void) |
static void | setmessage (void) |
int | pStart (int stmode) |
void | MainMenu (void) |
int | Fcswtch (int cmd, int zmode) |
void | Newspe (char *title) |
int | Updpar (int mode) |
void | Setconf (void) |
Variables | |
int | strtup = 0 |
Features:
Display of spectrum
Conversion of ESI, ESW, ESS Data to ASCII
modification history -------------------- 13oct08 kHu DOXYGEN comments added 21may04 kHu DSPMOD = stmode; Vergessen??? 21.5.04 12aug03 kHu New from WQS
#define HELPspe |
Value:
" Exits:\n" \ " CR Return to main menu\n" \ " ^Z Return to main menu\n"
#define HELPspeZ |
Value:
" Exits:\n" \ " CR Return to parent task\n" \ " ^Z Return to main menu\n"
#define MARKERs parfile.dataSpe.mardat.markrs |
#define SGTITLE " File spezification of spectrum" |
#define SHCLEN 80 |
int Fcswtch | ( | int | cmd, | |
int | zmode | |||
) |
void MainMenu | ( | void | ) |
void Newspe | ( | char * | title | ) |
int pStart | ( | int | stmode | ) |
void Setconf | ( | void | ) |
static void setmessage | ( | void | ) | [static] |
static void setstartup | ( | void | ) | [static] |
static int spload | ( | void | ) | [static] |
int Updpar | ( | int | mode | ) |
int strtup = 0 |