#include "vxWorks.h"
#include "taskLib.h"
#include "taskVarLib.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "application.conf"
Functions | |
static void | runprog (void) |
static void | edtlist (void) |
static void | addprg (void) |
static void | remprg (void) |
static void | movprg (void) |
static void | edtprg (void) |
static int | selprg (char *title, PRGDATA *prglist[], int prgnum, int cursin) |
int | pStart (void) |
void | Setconf (void) |
Assistant for starting Experiment Programs
modification history -------------------- 08oct08 kHu start, ecf --> start, ecf, strtlib 15aug08 kHu DOXYGEN comments added 07feb02 kHu Argumenten-Transfer zu gestarteten Programmen neu 25aug00 kHu tReadp() -> tMenu() fuer ueberlange Menues
static void addprg | ( | void | ) | [static] |
static void edtlist | ( | void | ) | [static] |
static void edtprg | ( | void | ) | [static] |
static void movprg | ( | void | ) | [static] |
int pStart | ( | void | ) |
static void remprg | ( | void | ) | [static] |
static void runprog | ( | void | ) | [static] |
static int selprg | ( | char * | title, | |
PRGDATA * | prglist[], | |||
int | prgnum, | |||
int | cursin | |||
) | [static] |
void Setconf | ( | void | ) |