Go to the source code of this file.
◆ type_dump
◆ DUMP_PLOT_DATA2DIR
#define DUMP_PLOT_DATA2DIR |
( |
|
ROOT, |
|
|
|
PASS, |
|
|
|
PP, |
|
|
|
ST, |
|
|
|
PM, |
|
|
|
PL, |
|
|
|
PF |
|
) |
| |
Value: do{\
static int once = 1; \
dump.pass = (PASS); \
dump.param = (PP); \
dump.status = (ST); \
dump.meta = (PM); \
dump.plot = (PL); \
dump.fringe = (PF); \
if (once) { \
msg("DPD(%s)",1,dump.param->plot_data_dir[0]); \
msg("DPD(%s)",1,dump.param->plot_data_dir[1]); \
once = 0; \
} \
if (dump.param->plot_data_dir[0][0] || \
dump.param->plot_data_dir[1][0]) \
dump_plot_data2dir(&dump); \
} while (0)
struct vex * root
Definition: plot_data_dir.h:24
Definition: plot_data_dir.h:23
◆ USE_PLOT_DATA_DIR
#define USE_PLOT_DATA_DIR 1 |
◆ dump_plot_data2dir()
void dump_plot_data2dir |
( |
struct type_dump * |
dump | ) |
|