#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "ctype.h"
#include "signal.h"
#include "setjmp.h"
#include "application.conf"
Functions | |
| static void | mfaults () |
| int | ECinit (BOOL initIT) |
| int | ECclear (void) |
| int | ECchck (UINT2 regadr) |
| int | ECread (UINT2 regadr, UINT2 *value) |
| int | ECwrite (UINT2 regadr, UINT2 value) |
| static void | mfaults (int sig, int code, struct sigcontext *scp) |
| void | SetCtlRout (void) |
Variables | |
| static jmp_buf | env |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 16may02 kHu ECchck() neu 16oct00 kHu ECread() ohne Invertieren 13sep00 kHu tReadp() -> tMenu 05sep00 kHu short -> UINT2 05sep00 kHu ECinit(void) -> ECinit(BOOL initIT) 01sep00 kHu SetCtlRout() geaendert 01sep00 kHu from ess42.c 11nov99 kHu Newprog Standard 28okt99 kHu x.conf x.h neu geordnet 05oct99 kHu neu aus ESW
| int ECchck | ( | UINT2 | regadr | ) |
| int ECclear | ( | void | ) |
| int ECinit | ( | BOOL | initIT | ) |
| int ECread | ( | UINT2 | regadr, | |
| UINT2 * | value | |||
| ) |
| int ECwrite | ( | UINT2 | regadr, | |
| UINT2 | value | |||
| ) |
| static void mfaults | ( | int | sig, | |
| int | code, | |||
| struct sigcontext * | scp | |||
| ) | [static] |
| static void mfaults | ( | ) | [static] |
| void SetCtlRout | ( | void | ) |
jmp_buf env [static] |
1.5.6