HOPS
HOPS class reference
|
#include <stdio.h>
#include <alloca.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include "vex.h"
#include "msg.h"
#include "mk4_data.h"
#include "mk4_dfio.h"
#include "mk4_util.h"
#include "control.h"
#include "param_struct.h"
#include "pass_struct.h"
#include "meta_struct.h"
#include "fstruct.h"
#include "refringe.h"
#include "fileset.h"
#include "write_lock_mechanism.h"
#include "fourfit_signal_handler.h"
#include "ffsearch.h"
#include "ffcore.h"
Macros | |
#define | FALSE 0 |
#define | MAXPASS 32 |
#define | TRUE 1 |
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | ap_per_seg = 0 |
int | base |
int | baseline |
struct c_block * | cb_head |
struct mk4_corel | cdata |
int | do_accounting = FALSE |
int | do_estimation = FALSE |
struct mk4_fringe | fringe |
lockfile_data_struct | global_lockfile_data |
int | lo_offset |
struct type_meta | meta |
int | ncorel_rec |
struct type_param | param |
char * | pexec |
struct type_plot | plot |
int | refringe = FALSE |
int | reftime_offset = 0 |
struct mk4_sdata | sdata [MAXSTATIONS] |
struct type_status | status |
int | test_mode = FALSE |
char | version_no [] = FF_VER_NO |
int | write_xpower = FALSE |
#define FALSE 0 |
#define MAXPASS 32 |
#define TRUE 1 |
int main | ( | int | argc, |
char ** | argv | ||
) |
int ap_per_seg = 0 |
int base |
int baseline |
struct c_block* cb_head |
struct mk4_corel cdata |
int do_accounting = FALSE |
int do_estimation = FALSE |
struct mk4_fringe fringe |
lockfile_data_struct global_lockfile_data |
int lo_offset |
struct type_meta meta |
int ncorel_rec |
struct type_param param |
char* pexec |
struct type_plot plot |
int refringe = FALSE |
int reftime_offset = 0 |
struct mk4_sdata sdata[MAXSTATIONS] |
struct type_status status |
int test_mode = FALSE |
char version_no[] = FF_VER_NO |
int write_xpower = FALSE |