#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "iosLib.h"
#include "ctype.h"
#include "errno.h"
#include "netDrv.h"
#include "nfsLib.h"
#include "dosFsLib.h"
#include "dirent.h"
#include "stat.h"
#include "rlogLib.h"
#include "remLib.h"
#include "application.conf"
Defines | |
#define | MAXFILNAM PATH_MAX |
#define | PTOTAL parfile |
#define | PTEMPO ptempo |
#define | xIDPAR ptempo.parmtr.idpar |
#define | xIDPRG ptempo.parmtr.idprg |
#define | xVERSION ptempo.parmtr.version |
#define | PTOTAL parfile |
#define | PTOTAL ccDATFILE |
#define | PTEMPO ptempo |
#define | xIDPAR ptempo.parmtr.idpar |
#define | xIDPRG ptempo.parmtr.idprg |
#define | xVERSION ptempo.parmtr.version |
#define | RSHPORT 514 |
#define | PAGELEN 17 |
#define | FORMFEED 0x0c |
#define | MAXLINE 82 |
Functions | |
static int | loadpar (void) |
static int | savepar (void) |
static int | loaddat (void) |
static void | filerr (int mode, char *line) |
static int | oldHelp (void) |
int | Files (int mode) |
int | Help (void) |
int | Globify (char *fname, char *result, int lrslt) |
Assistant for starting Experiment Programs
modification history -------------------- 08oct08 kHu start, ecf --> start, ecf, strtlib 02oct08 kHu an Danlib angepasst (uInit(),uReset(), Help()) 15aug08 kHu DOXYGEN comments added 27mar00 kHu an dan30.c angepasst
#define FORMFEED 0x0c |
#define MAXFILNAM PATH_MAX |
#define MAXLINE 82 |
#define PAGELEN 17 |
#define PTEMPO ptempo |
#define PTEMPO ptempo |
#define PTOTAL ccDATFILE |
#define PTOTAL parfile |
#define PTOTAL parfile |
#define RSHPORT 514 |
#define xIDPAR ptempo.parmtr.idpar |
#define xIDPAR ptempo.parmtr.idpar |
#define xIDPRG ptempo.parmtr.idprg |
#define xIDPRG ptempo.parmtr.idprg |
#define xVERSION ptempo.parmtr.version |
#define xVERSION ptempo.parmtr.version |
static void filerr | ( | int | mode, | |
char * | line | |||
) | [static] |
int Files | ( | int | mode | ) |
int Globify | ( | char * | fname, | |
char * | result, | |||
int | lrslt | |||
) |
int Help | ( | void | ) |
static int loaddat | ( | void | ) | [static] |
static int loadpar | ( | void | ) | [static] |
int oldHelp | ( | void | ) | [static] |
static int savepar | ( | void | ) | [static] |