|
Data Structures |
union | YYSTYPE |
union | yyalloc |
Defines |
#define | YYBISON 1 |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 0 |
#define | YYLSP_NEEDED 0 |
#define | QUIT 258 |
#define | PLOT 259 |
#define | PRINT 260 |
#define | DATA 261 |
#define | NORM 262 |
#define | SMOOTH 263 |
#define | LOAD 264 |
#define | TO 265 |
#define | RESCALE 266 |
#define | MARKED 267 |
#define | PEAKS 268 |
#define | PEAK 269 |
#define | ANNOTATE 270 |
#define | DRIVER 271 |
#define | ROTATED 272 |
#define | SORTED 273 |
#define | BY 274 |
#define | NUMBER 275 |
#define | HEIGHT 276 |
#define | AREA 277 |
#define | CALIBRATE 278 |
#define | USING 279 |
#define | CLEAR 280 |
#define | CALIBRATION 281 |
#define | CALIBRATED 282 |
#define | CHANNEL 283 |
#define | STRING 284 |
#define | NUM 285 |
#define | YYDEBUG 0 |
#define | YYERROR_VERBOSE 0 |
#define | yystype YYSTYPE |
#define | YYSTYPE_IS_DECLARED 1 |
#define | YYSTYPE_IS_TRIVIAL 1 |
#define | YYFREE free |
#define | YYMALLOC malloc |
#define | YYSTACK_ALLOC YYMALLOC |
#define | YYSTACK_FREE YYFREE |
#define | YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) |
#define | YYSTACK_BYTES(N) |
#define | YYCOPY(To, From, Count) |
#define | YYSTACK_RELOCATE(Stack) |
#define | YYFINAL 23 |
#define | YYLAST 55 |
#define | YYNTOKENS 31 |
#define | YYNNTS 27 |
#define | YYNRULES 55 |
#define | YYNSTATES 77 |
#define | YYUNDEFTOK 2 |
#define | YYMAXUTOK 285 |
#define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
#define | YYPACT_NINF -25 |
#define | YYTABLE_NINF -1 |
#define | YYSIZE_T unsigned int |
#define | yyerrok (yyerrstatus = 0) |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYEMPTY (-2) |
#define | YYEOF 0 |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define | YYFAIL goto yyerrlab |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYBACKUP(Token, Value) |
#define | YYTERROR 1 |
#define | YYERRCODE 256 |
#define | YYLLOC_DEFAULT(Current, Rhs, N) |
#define | YYLEX yylex () |
#define | YYDPRINTF(Args) |
#define | YYDSYMPRINT(Args) |
#define | YYDSYMPRINTF(Title, Token, Value, Location) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YYINITDEPTH 200 |
#define | YYMAXDEPTH 10000 |
#define | YYPOPSTACK (yyvsp--, yyssp--) |
Typedefs |
typedef YYSTYPE | YYSTYPE |
typedef short int | yysigned_char |
Enumerations |
enum | yytokentype {
QUIT = 258,
PLOT = 259,
PRINT = 260,
DATA = 261,
NORM = 262,
SMOOTH = 263,
LOAD = 264,
TO = 265,
RESCALE = 266,
MARKED = 267,
PEAKS = 268,
PEAK = 269,
ANNOTATE = 270,
DRIVER = 271,
ROTATED = 272,
SORTED = 273,
BY = 274,
NUMBER = 275,
HEIGHT = 276,
AREA = 277,
CALIBRATE = 278,
USING = 279,
CLEAR = 280,
CALIBRATION = 281,
CALIBRATED = 282,
CHANNEL = 283,
STRING = 284,
NUM = 285
} |
Functions |
int | yylex () |
| yylex function
|
void | yyerror (char const *s) |
| The provided yyerror function.
|
int | yyparse () |
void | pf_init_parse_data () |
| Initialize the parse context data.
|
void | pf_free_parse_data () |
| Free any data associated with the last parse.
|
void | pf_get_parsed_plot_params (struct pf_plot_params *p) |
| Get the parsed plot parameters.
|
int | pf_get_parsed_rescale () |
| Get the parsed rescale flag.
|
int | pf_get_parsed_cal () |
| Get the parsed calibration flag.
|
int | pf_get_parsed_norm () |
| Get the parsed normailzation flag.
|
int | pf_get_parsed_marked () |
| Get the parsed mark flag.
|
int | pf_get_parsed_annot () |
| Get the parsed annotate flag.
|
int | pf_get_parsed_peak () |
| Get the parsed peak number.
|
double | pf_get_parsed_rotation () |
| The the parsed rotation amount.
|
enum pf_command | pf_get_parsed_command () |
| Get the parsed command.
|
enum pf_peak_sort | pf_get_parsed_sort () |
| Get the parsed sort flag.
|
pf_plot_range * | pf_get_parsed_plot_range () |
| Get the parsed plot range.
|
char * | pf_get_parsed_file () |
| Get the parsed file name.
|
char * | pf_get_parsed_driver () |
| Get the parsed driver name.
|
Variables |
pf_plot_range | plot_range |
| The range of the requested plot.
|
char * | load_file |
| The provided file name.
|
char * | driver_name |
| The provided plotting driver name.
|
int | use_norm |
| Flag indicating if the plot should use normalized data.
|
int | need_rescale |
| Flag indicating if the plot should be rescaled for the data displayed.
|
int | need_cal |
| Flag indicating if the plot should use a calibrated x-axis.
|
int | should_mark |
| Flag indicating if the plot should mark non-background areas.
|
int | should_annot |
| Flag indicating if the peaks should be numbered on the plot.
|
int | peak_num |
| The peak number of the peak requested.
|
double | rot_angle |
| The number of degrees to rotate the plot from the default angle.
|
int | yychar |
YYSTYPE | yylval |
int | yynerrs |