#include "vxWorks.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "taskLib.h"
#include "math.h"
#include "application.conf"
Defines | |
#define | PRIVAT7x |
Functions | |
static int | plotE (FILE *fd, int device, int language, int color) |
static void | plotX (void) |
static void | plotC (void) |
static void | plotTs (int x, int y) |
static void | plotTx (void) |
static void | plotPs (int mode) |
static void | plotPx (void) |
static void | plotP1 (int mode, int x, int y) |
static void | plotP2 (int x, int yl, int yh) |
static void | plotP3 (int x, int x0, int y) |
static void | plotP4 (int mode, int x, int y, int z) |
static void | plotSd (int mode) |
static void | plotMa (int x, int y, char *label) |
static void | plotGi (char *charct, float *pos) |
Variables | |
PLOTMODE | plotASCII |
static FILE * | fd |
static FILE * | savfd |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 04jun04 kHu plotE(FILE *fdout, int device, int language, int color) 01jun04 kHu added plotP4() 11nov99 kHu Newprog Standard 02sep99 kHu Abschluss Pruefung 24aug99 kHu ueberarbeitet 17aug99 kHu plotMa() geaendert 13jan99 kHu Umstellung auf dan-Library 04jan99 kHu File/Print mode added 07dec98 kHu new
#define PRIVAT7x |
static void plotC | ( | void | ) | [static] |
static int plotE | ( | FILE * | fd, | |
int | device, | |||
int | language, | |||
int | color | |||
) | [static] |
static void plotGi | ( | char * | charct, | |
float * | pos | |||
) | [static] |
static void plotMa | ( | int | x, | |
int | y, | |||
char * | label | |||
) | [static] |
static void plotP1 | ( | int | mode, | |
int | x, | |||
int | y | |||
) | [static] |
static void plotP2 | ( | int | x, | |
int | yl, | |||
int | yh | |||
) | [static] |
static void plotP3 | ( | int | x, | |
int | x0, | |||
int | y | |||
) | [static] |
static void plotP4 | ( | int | mode, | |
int | x, | |||
int | y, | |||
int | z | |||
) | [static] |
static void plotPs | ( | int | mode | ) | [static] |
static void plotPx | ( | void | ) | [static] |
static void plotSd | ( | int | mode | ) | [static] |
static void plotTs | ( | int | x, | |
int | y | |||
) | [static] |
static void plotTx | ( | void | ) | [static] |
static void plotX | ( | void | ) | [static] |
FILE* fd [static] |
PLOTMODE plotASCII |
FILE* savfd [static] |