#include "cddefines.h"
#include "plot.h"
#include "rfield.h"
#include "parse.h"
Go to the source code of this file.
Functions | |
static void | ParsePlotRangeOption (char *) |
static void | ParsePlotRangeContin (char *) |
void | ParsePlot (char *chCard) |
void ParsePlot | ( | char * | ) |
ParsePlot parse the plot command
Definition at line 16 of file parse_plot.cpp.
References cdEXIT(), t_plotCom::chPType, DEBUG_ENTRY, DEBUG_EXIT, ioQQQ, t_plotCom::lgPlotON, t_plotCom::lgPltTrace, NDPLOT, nMatch(), t_plotCom::nplot, ParsePlotRangeContin(), ParsePlotRangeOption(), and plotCom.
Referenced by ParseCommands().
static void ParsePlotRangeContin | ( | char * | chCard | ) | [static] |
Definition at line 242 of file parse_plot.cpp.
References cdEXIT(), DEBUG_ENTRY, DEBUG_EXIT, t_rfield::egamry, t_rfield::emm, FFmtRead(), INPUT_LINE_LENGTH, ioQQQ, nMatch(), t_plotCom::nplot, plotCom, t_plotCom::pltxmn, t_plotCom::pltxmx, and rfield.
Referenced by ParsePlot().
static void ParsePlotRangeOption | ( | char * | chCard | ) | [static] |
Definition at line 138 of file parse_plot.cpp.
References cdEXIT(), DEBUG_ENTRY, DEBUG_EXIT, FFmtRead(), INPUT_LINE_LENGTH, ioQQQ, nMatch(), t_plotCom::nplot, plotCom, t_plotCom::pltxmn, and t_plotCom::pltxmx.
Referenced by ParsePlot().