|
HOPS
HOPS class reference
|
#include <assert.h>#include <errno.h>#include <libgen.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <time.h>#include <unistd.h>#include "msg.h"#include "hops_complex.h"#include "plot_data_dir.h"Macros | |
| #define | PDD_ALL 0x8FFFFFFF |
| #define | PDD_CONTROL_BLOCK 0x08000000 |
| #define | PDD_DESCRIBE(F, X) fprintf(F,"# %-21.20s 0x%08X\n", #X, X) |
| #define | PDD_DESCRIBe(F, X, C) fprintf(F,"# %-21.20s 0x%08X (%s)\n", #X, X, C) |
| #define | PDD_DLYRATE 0x00000008 |
| #define | PDD_FINEPRINT 0x04000000 |
| #define | PDD_HEADER 0x00000001 |
| #define | PDD_LEGEND 0x80000000 |
| #define | PDD_MBD_AMP 0x00000004 |
| #define | PDD_MEAN_AP 0x00000080 |
| #define | PDD_MODELINFO 0x02000000 |
| #define | PDD_PHASOR 0x00000020 |
| #define | PDD_SBD_AMP 0x00000002 |
| #define | PDD_SEG_AMP 0x00000100 |
| #define | PDD_SEG_AMP_FILTER 0x01000000 |
| #define | PDD_SEG_FRAC_LSB 0x00000800 |
| #define | PDD_SEG_FRAC_USB 0x00000400 |
| #define | PDD_SEG_PHS 0x00000200 |
| #define | PDD_SEG_PLOT_INFO 0x00400000 |
| #define | PDD_SEG_REFBIAS_LSB 0x00020000 |
| #define | PDD_SEG_REFBIAS_USB 0x00010000 |
| #define | PDD_SEG_REFPCAL 0x00100000 |
| #define | PDD_SEG_REFSCNT_LSB 0x00002000 |
| #define | PDD_SEG_REFSCNT_USB 0x00001000 |
| #define | PDD_SEG_REMBIAS_LSB 0x00080000 |
| #define | PDD_SEG_REMBIAS_USB 0x00040000 |
| #define | PDD_SEG_REMPCAL 0x00200000 |
| #define | PDD_SEG_REMSCNT_LSB 0x00008000 |
| #define | PDD_SEG_REMSCNT_USB 0x00004000 |
| #define | PDD_SEG_RESERVED1 0x00800000 |
| #define | PDD_SEG_RESERVED3 0x10000000 |
| #define | PDD_SEG_RESERVED4 0x20000000 |
| #define | PDD_SEG_RESERVED5 0x40000000 |
| #define | PDD_SOME |
| #define | PDD_WEIGHTS 0x00000040 |
| #define | PDD_XPSPEC 0x00000010 |
| #define | PDDCOLS 132 |
| #define | PLOT_DATA_DIR_IMPLEMENTATION 1 |
| #define | R2D(RAD) ((RAD) * (M_1_PI * 180.0)) |
| #define | STRASS(PM, PDD, VAL) do{if(!strcmp(PM,PDD))return(VAL);}while(0) |
Functions | |
| void | dump_plot_data2dir (struct type_dump *dump) |
Variables | |
| char | control_filename [] |
| #define PDD_ALL 0x8FFFFFFF |
| #define PDD_CONTROL_BLOCK 0x08000000 |
| #define PDD_DESCRIBE | ( | F, | |
| X | |||
| ) | fprintf(F,"# %-21.20s 0x%08X\n", #X, X) |
| #define PDD_DESCRIBe | ( | F, | |
| X, | |||
| C | |||
| ) | fprintf(F,"# %-21.20s 0x%08X (%s)\n", #X, X, C) |
| #define PDD_DLYRATE 0x00000008 |
| #define PDD_FINEPRINT 0x04000000 |
| #define PDD_HEADER 0x00000001 |
| #define PDD_LEGEND 0x80000000 |
| #define PDD_MBD_AMP 0x00000004 |
| #define PDD_MEAN_AP 0x00000080 |
| #define PDD_MODELINFO 0x02000000 |
| #define PDD_PHASOR 0x00000020 |
| #define PDD_SBD_AMP 0x00000002 |
| #define PDD_SEG_AMP 0x00000100 |
| #define PDD_SEG_AMP_FILTER 0x01000000 |
| #define PDD_SEG_FRAC_LSB 0x00000800 |
| #define PDD_SEG_FRAC_USB 0x00000400 |
| #define PDD_SEG_PHS 0x00000200 |
| #define PDD_SEG_PLOT_INFO 0x00400000 |
| #define PDD_SEG_REFBIAS_LSB 0x00020000 |
| #define PDD_SEG_REFBIAS_USB 0x00010000 |
| #define PDD_SEG_REFPCAL 0x00100000 |
| #define PDD_SEG_REFSCNT_LSB 0x00002000 |
| #define PDD_SEG_REFSCNT_USB 0x00001000 |
| #define PDD_SEG_REMBIAS_LSB 0x00080000 |
| #define PDD_SEG_REMBIAS_USB 0x00040000 |
| #define PDD_SEG_REMPCAL 0x00200000 |
| #define PDD_SEG_REMSCNT_LSB 0x00008000 |
| #define PDD_SEG_REMSCNT_USB 0x00004000 |
| #define PDD_SEG_RESERVED1 0x00800000 |
| #define PDD_SEG_RESERVED3 0x10000000 |
| #define PDD_SEG_RESERVED4 0x20000000 |
| #define PDD_SEG_RESERVED5 0x40000000 |
| #define PDD_SOME |
| #define PDD_WEIGHTS 0x00000040 |
| #define PDD_XPSPEC 0x00000010 |
| #define PDDCOLS 132 |
| #define PLOT_DATA_DIR_IMPLEMENTATION 1 |
| #define R2D | ( | RAD | ) | ((RAD) * (M_1_PI * 180.0)) |
| #define STRASS | ( | PM, | |
| PDD, | |||
| VAL | |||
| ) | do{if(!strcmp(PM,PDD))return(VAL);}while(0) |
| void dump_plot_data2dir | ( | struct type_dump * | dump | ) |
|
extern |