HOPS
HOPS class reference
Classes | Macros
mk4_data.h File Reference
#include "mk4_sizes.h"
#include "mk4_records.h"

Go to the source code of this file.

Classes

struct  index_tag
 
struct  mk4_corel
 
struct  mk4_fringe
 
struct  mk4_log
 
struct  mk4_sdata
 
struct  mk4_sdata.model
 

Macros

#define MAX_APXLAG   MAXAP * MAXLAG
 
#define MAXAP
 
#define MAXIND   8192
 
#define MAXLAG   8192
 
#define MAXMAX   8192 /* set this to max(MAXAP,MAXLAG) */
 
#define MAXSPLINES   64 /* Spline polynomial intervals */
 
#define MAXSTATIONS   32
 
#define MAXSTATPER   3600 /* Statistics acc periods */
 

Class Documentation

◆ index_tag

struct index_tag
Class Members
int ap_space
struct type_101 * t101
struct type_120 ** t120

◆ mk4_corel

struct mk4_corel
Class Members
void * allocated[MAXIND+4]
char * file_image
struct type_000 * id
struct index_tag * index
int index_space
int nalloc
struct type_100 * t100

◆ mk4_fringe

struct mk4_fringe
Class Members
void * allocated[MAXFREQ+16]
char * file_image
struct type_000 * id
int n212
int n230
int nalloc
struct type_200 * t200
struct type_201 * t201
struct type_202 * t202
struct type_203 * t203
struct type_204 * t204
struct type_205 * t205
struct type_206 * t206
struct type_207 * t207
struct type_208 * t208
struct type_210 * t210
struct type_212 * t212[MAXFREQ]
struct type_220 * t220
struct type_221 * t221
struct type_222 * t222
struct type_230 * t230[MAXFREQ *MAXAP]

◆ mk4_log

struct mk4_log
Class Members
char * file_image
struct type_000 * id

◆ mk4_sdata

struct mk4_sdata
Class Members
void * allocated[2 *MAXSPLINES *MAXFREQ+7 *MAXSTATPER+3]
char * file_image
struct type_000 * id
struct mk4_sdata model[MAXFREQ]
int n304
int n305
int n306
int n307
int n308
int n309
int nalloc
struct type_300 * t300
struct type_304 * t304[MAXSTATPER]
struct type_305 * t305[MAXSTATPER]
struct type_306 * t306[MAXSTATPER]
struct type_307 * t307[MAXSTATPER]
struct type_308 * t308[MAXSTATPER]
struct type_309 * t309[MAXSTATPER]

◆ mk4_sdata.model

struct mk4_sdata.model
Class Members
char chan_id[32]
struct type_301 * t301[MAXSPLINES]
struct type_302 * t302[MAXSPLINES]
struct type_303 * t303[MAXSPLINES]

Macro Definition Documentation

◆ MAX_APXLAG

#define MAX_APXLAG   MAXAP * MAXLAG

◆ MAXAP

#define MAXAP
Value:
8192 /* debug!! make larger, but with
more clever code in plot_data.h
rjc 99.8.9 */

◆ MAXIND

#define MAXIND   8192

◆ MAXLAG

#define MAXLAG   8192

◆ MAXMAX

#define MAXMAX   8192 /* set this to max(MAXAP,MAXLAG) */

◆ MAXSPLINES

#define MAXSPLINES   64 /* Spline polynomial intervals */

◆ MAXSTATIONS

#define MAXSTATIONS   32

◆ MAXSTATPER

#define MAXSTATPER   3600 /* Statistics acc periods */