|
GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h>#include <fcntl.h>#include <sys/types.h>#include "f_radware.h"#include "typedefs.h"#include <errno.h>#include <unistd.h>Go to the source code of this file.
Macros | |
| #define | HIS__BASPERM 0774 |
Functions | |
| int | f_radware_out1d (char *pc_file, char *pc_name, float *pr_data, int l_chan, int l_over) |
| int | f_radware_out2d (char *pc_file, char *pc_name, int *pl_data, int l_chan, int l_over) |
| #define HIS__BASPERM 0774 |
Definition at line 30 of file f_radware.c.
Referenced by f_radware_out1d(), and f_radware_out2d().
| int f_radware_out1d | ( | char * | pc_file, |
| char * | pc_name, | ||
| float * | pr_data, | ||
| int | l_chan, | ||
| int | l_over | ||
| ) |
Definition at line 32 of file f_radware.c.
References HIS__BASPERM, and l_status.
Referenced by main().
| int f_radware_out2d | ( | char * | pc_file, |
| char * | pc_name, | ||
| int * | pl_data, | ||
| int | l_chan, | ||
| int | l_over | ||
| ) |
Definition at line 90 of file f_radware.c.
References HIS__BASPERM, and l_status.
1.8.8