00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029
00030
00031 enum yytokentype {
00032 QUIT = 258,
00033 PLOT = 259,
00034 PRINT = 260,
00035 DATA = 261,
00036 NORM = 262,
00037 SMOOTH = 263,
00038 LOAD = 264,
00039 TO = 265,
00040 RESCALE = 266,
00041 MARKED = 267,
00042 PEAKS = 268,
00043 PEAK = 269,
00044 ANNOTATE = 270,
00045 DRIVER = 271,
00046 ROTATED = 272,
00047 SORTED = 273,
00048 BY = 274,
00049 NUMBER = 275,
00050 HEIGHT = 276,
00051 AREA = 277,
00052 CALIBRATE = 278,
00053 USING = 279,
00054 CLEAR = 280,
00055 CALIBRATION = 281,
00056 CALIBRATED = 282,
00057 CHANNEL = 283,
00058 STRING = 284,
00059 NUM = 285
00060 };
00061 #endif
00062 #define QUIT 258
00063 #define PLOT 259
00064 #define PRINT 260
00065 #define DATA 261
00066 #define NORM 262
00067 #define SMOOTH 263
00068 #define LOAD 264
00069 #define TO 265
00070 #define RESCALE 266
00071 #define MARKED 267
00072 #define PEAKS 268
00073 #define PEAK 269
00074 #define ANNOTATE 270
00075 #define DRIVER 271
00076 #define ROTATED 272
00077 #define SORTED 273
00078 #define BY 274
00079 #define NUMBER 275
00080 #define HEIGHT 276
00081 #define AREA 277
00082 #define CALIBRATE 278
00083 #define USING 279
00084 #define CLEAR 280
00085 #define CALIBRATION 281
00086 #define CALIBRATED 282
00087 #define CHANNEL 283
00088 #define STRING 284
00089 #define NUM 285
00090
00091
00092
00093
00094 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00095 #line 118 "cmdparse.y"
00096 typedef union YYSTYPE {
00097 double num;
00098 char* str;
00099 } YYSTYPE;
00100
00101 #line 102 "y.tab.h"
00102 # define yystype YYSTYPE
00103 # define YYSTYPE_IS_DECLARED 1
00104 # define YYSTYPE_IS_TRIVIAL 1
00105 #endif
00106
00107 extern YYSTYPE yylval;
00108
00109
00110