HOPS
HOPS class reference
Macros | Functions | Variables
fourfit3.c File 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_blockcb_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
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ MAXPASS

#define MAXPASS   32

◆ TRUE

#define TRUE   1

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ ap_per_seg

int ap_per_seg = 0

◆ base

int base

◆ baseline

int baseline

◆ cb_head

struct c_block* cb_head

◆ cdata

struct mk4_corel cdata

◆ do_accounting

int do_accounting = FALSE

◆ do_estimation

int do_estimation = FALSE

◆ fringe

struct mk4_fringe fringe

◆ global_lockfile_data

lockfile_data_struct global_lockfile_data

◆ lo_offset

int lo_offset

◆ meta

struct type_meta meta

◆ ncorel_rec

int ncorel_rec

◆ param

struct type_param param

◆ pexec

char* pexec

◆ plot

struct type_plot plot

◆ refringe

int refringe = FALSE

◆ reftime_offset

int reftime_offset = 0

◆ sdata

struct mk4_sdata sdata[MAXSTATIONS]

◆ status

struct type_status status

◆ test_mode

int test_mode = FALSE

◆ version_no

char version_no[] = FF_VER_NO

◆ write_xpower

int write_xpower = FALSE