#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "sysLib.h"
#include "usrLib.h"
#include "remLib.h"
#include "stdarg.h"
#include "limits.h"
#include "float.h"
#include "errno.h"
#include "application.conf"
Functions | |
int | Termnl (int mode, int ipar, char *line) |
int | Execmd (BOOL edit, char *cmd, int clen) |
Variables | |
static char | savsta [9] = " " |
static int | savipar = 0 |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 13sep00 kHu tReadp() -> tMenu 28okt99 kHu neu: verbose Messages 02sep99 kHu Abschluss Pruefung 23aug99 kHu tReadp(): nach exlib22.c 23aug99 kHu ueberarbeitet 24mar99 kHu Execmd() added 23jan99 kHu fflush() in Termnl() 20jan99 kHu include Header Files geaendert 13jan99 kHu Umstellung von peak() auf exlib 22dec98 kHu Trennen in daclib und exlib 22dec98 kHu Terres() von ...20.c nach ...22.c 09oct98 kHu #include TPHDR 24sep98 kHu in Terres no more 'Spectrum on disk/in memory' 22sep98 kHu no messages after final reset 16sep98 kHu new: template version DAP from MCA program 25mar96 kHu Ultrix, VxWorks Portierung (C) 04mar86 kHu PDP11 Version (F77, Macro-11)
int Execmd | ( | BOOL | edit, | |
char * | cmd, | |||
int | clen | |||
) |
int Termnl | ( | int | mode, | |
int | ipar, | |||
char * | line | |||
) |
int savipar = 0 [static] |
char savsta[9] = " " [static] |