#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "taskLib.h"
#include "usrLib.h"
#include "hostLib.h"
#include "setjmp.h"
#include "semLib.h"
#include "application.conf"
Functions | |
static void | tMaster (char stmode) |
static int | xfndummy (int mode) |
static char * | mybasename (char *path) |
int | MYNAME (char *tArgs, void *xspektr, char *xfilnam, int(*xfnctn)(int mode), int xstatus, void *xheader) |
Variables | |
static SEM_ID | rdySem |
DAXLIBCOM | daxlibcom |
PARFILE | parfile |
COMMON | common |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 07apr04 kHu neu aus Danlib, fuer Programme ohne Spektrenanalyse
static char * mybasename | ( | char * | path | ) | [static] |
int MYNAME | ( | char * | tArgs, | |
void * | xspektr, | |||
char * | xfilnam, | |||
int(*)(int mode) | xfnctn, | |||
int | xstatus, | |||
void * | xheader | |||
) |
static void tMaster | ( | char | stmode | ) | [static] |
static int xfndummy | ( | int | mode | ) | [static] |
Initial value:
{ INITCOMMON }
Initial value:
{ INITDAXLIBCOM }
Initial value:
{ INITPARFILE }
SEM_ID rdySem [static] |