#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "time.h"
#include "math.h"
#include "limits.h"
#include "application.conf"
Defines | |
#define | STITLE " File spezification of ECFile" |
#define | SHCLEN 80 |
Functions | |
static void | setsst (void) |
int | pStart (int callmod) |
void | MainMenu (void) |
void | Setconf (void) |
UINT2 | Timdata (float ftime, UINT2 mode) |
int | Wrdata (UINT2 ecfdata, int mode) |
int | Opndata (int datlen) |
int | Clsdata (void) |
modification history -------------------- 17sep08 kHu DOXYGEN comments added 31oct02 kHu Aenderungen in Opndata() (Test if file exists) 17may02 kHu more args on Start: PNAME,PTITLE,PARNAM,HLPNAM,stmode 08jan01 kHu tReadp() -> tMenu 30mar00 kHu new from ECF
#define SHCLEN 80 |
#define STITLE " File spezification of ECFile" |
int Clsdata | ( | void | ) |
void MainMenu | ( | void | ) |
int Opndata | ( | int | datlen | ) |
int pStart | ( | int | callmod | ) |
void Setconf | ( | void | ) |
static void setsst | ( | void | ) | [static] |
UINT2 Timdata | ( | float | ftime, | |
UINT2 | mode | |||
) |
int Wrdata | ( | UINT2 | ecfdata, | |
int | mode | |||
) |