| 
    GSI Object Oriented Online Offline (Go4) GO4-6.4.0
    
   | 
 
#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h>#include <errno.h>#include <fcntl.h>#include <sys/types.h>#include "f_radware.h"#include "typedefs.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.
| int f_radware_out2d | ( | char * | pc_file, | 
| char * | pc_name, | ||
| int * | pl_data, | ||
| int | l_chan, | ||
| int | l_over ) | 
Definition at line 89 of file f_radware.c.
References HIS__BASPERM, and l_status.