#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 | FILE_PERMIS_DFLT 0640 |
#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 | HTEMPO htempo |
#define | xIDHDR XSPHDR->hdata.stddat.idhdr |
#define | xIDPRG XSPHDR->hdata.stddat.idprg |
#define | RSHPORT 514 |
#define | PAGELEN 17 |
#define | FORMFEED 0x0c |
#define | MAXLINE 82 |
#define | WORKAROUND "./" |
Functions | |
static int | checkpath (void) |
static int | loadpar (void) |
static int | savepar (void) |
static int | loadhdr (void) |
static int | updhdr (void) |
static int | crtspe (void) |
static int | loadspe (void) |
static int | savespe (int mode) |
static int | deltspe (void) |
static void | filerr (int mode, char *line) |
static int | oldHelp (void) |
int | Netwrk (int mode) |
int | Files (int mode) |
int | Help (void) |
int | Globify (char *fname, char *result, int lrslt) |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 23jul04 kHu Help mit INFO auf Server 16apr03 kHu Fit gemacht fuer -Wall GCC-Option 20mar03 kHu In Save-Par-File war fclose(fp) zuviel 19feb03 kHu globify(): Aenderung fuer VxWorks, ~/... -> bootHost:/... 16aug02 kHu Direktzugriff zu Header in Messprogramm 02jul02 kHu uInit(), uReset() -> uClear 28jun02 kHu Permission Bits bei File Create 28jun02 kHu checkpath(), globify() geaendert, mybasename() neu 28jun02 kHu ergaenzt fuer NFS-Laufwerke (NOENTs) 10may02 kHu dan30.c:checkhdr() -> dan31.c:SwiHdr() 27feb02 kHu weitere Argumente beim Start: PNAME,PTITLE,PARNAM,HLPNAM 04oct00 kHu Uebergabe fuer Name von Parameter-File (PFNAME) 19apr00 kHu savespe() in Modify Mode 29mar00 kHu STATUS bereinigt, Clear status nach dan.c 06mar00 kHu Update header eingefuegt 02mar00 kHu IBYTES new 15feb00 kHu erweitert auf verschiedene Header Typen 11nov99 kHu Newprog Standard 28okt99 kHu x.conf x.h neu geordnet 27okt99 kHu Load Header/Spektrum geaendert 21sep99 kHu ueberarbeitet 20jan99 kHu include Header Files geaendert 22dec98 kHu Trennen in daclib und exlib 17nov98 kHu Check path 09oct98 kHu #include TPHDR 16sep98 kHu new: template version DAP from MCA program 15sep98 kHu Globify(): expansion of '~' in file names 11sep98 kHu Help added 25mar96 kHu Ultrix, VxWorks Portierung (C) 04mar86 kHu PDP11 Version (F77, Macro-11)
#define FILE_PERMIS_DFLT 0640 |
#define FORMFEED 0x0c |
#define HTEMPO htempo |
#define MAXLINE 82 |
#define PAGELEN 17 |
#define PTEMPO ptempo |
#define PTOTAL parfile |
#define PTOTAL parfile |
#define RSHPORT 514 |
#define WORKAROUND "./" |
#define xIDHDR XSPHDR->hdata.stddat.idhdr |
#define xIDPAR ptempo.parmtr.idpar |
#define xIDPRG XSPHDR->hdata.stddat.idprg |
#define xIDPRG ptempo.parmtr.idprg |
#define xVERSION ptempo.parmtr.version |
static int checkpath | ( | void | ) | [static] |
static int crtspe | ( | void | ) | [static] |
static int deltspe | ( | void | ) | [static] |
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 loadhdr | ( | void | ) | [static] |
static int loadpar | ( | void | ) | [static] |
static int loadspe | ( | void | ) | [static] |
int Netwrk | ( | int | mode | ) |
int oldHelp | ( | void | ) | [static] |
static int savepar | ( | void | ) | [static] |
static int savespe | ( | int | mode | ) | [static] |
static int updhdr | ( | void | ) | [static] |