/[svn]/linuxsampler/trunk/src/network/lscpsymbols.h
ViewVC logotype

Annotation of /linuxsampler/trunk/src/network/lscpsymbols.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 210 - (hide annotations) (download) (as text)
Sat Jul 24 12:33:49 2004 UTC (19 years, 9 months ago) by schoenebeck
File MIME type: text/x-c++hdr
File size: 4386 byte(s)
* implemented "SET ECHO" LSCP command

1 schoenebeck 210 /* A Bison parser, made by GNU Bison 1.875a. */
2 schoenebeck 35
3     /* Skeleton parser for Yacc-like parsing with Bison,
4 schoenebeck 210 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5 schoenebeck 35
6     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by
8     the Free Software Foundation; either version 2, or (at your option)
9     any later version.
10    
11     This program is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14     GNU General Public License for more details.
15    
16     You should have received a copy of the GNU General Public License
17     along with this program; if not, write to the Free Software
18     Foundation, Inc., 59 Temple Place - Suite 330,
19     Boston, MA 02111-1307, USA. */
20    
21     /* As a special exception, when this file is copied by Bison into a
22     Bison output file, you may use that output file without restriction.
23     This special exception was added by the Free Software Foundation
24     in version 1.24 of Bison. */
25    
26     /* Tokens. */
27     #ifndef YYTOKENTYPE
28     # define YYTOKENTYPE
29     /* Put the tokens into the symbol table, so that GDB and other debuggers
30     know about them. */
31     enum yytokentype {
32     CHAR = 258,
33     DOTNUM = 259,
34     NUMBER = 260,
35 senkov 135 STRINGVAL = 261,
36     SP = 262,
37     LF = 263,
38     CR = 264,
39     HASH = 265,
40     EQ = 266,
41     ADD = 267,
42     GET = 268,
43     CREATE = 269,
44     DESTROY = 270,
45     LIST = 271,
46     LOAD = 272,
47 senkov 141 NON_MODAL = 273,
48 senkov 135 REMOVE = 274,
49     SET = 275,
50     SUBSCRIBE = 276,
51     UNSUBSCRIBE = 277,
52     RESET = 278,
53 schoenebeck 210 ECHO = 279,
54     QUIT = 280,
55     CHANNEL = 281,
56     NOTIFICATION = 282,
57     AVAILABLE_ENGINES = 283,
58     AVAILABLE_AUDIO_OUTPUT_DRIVERS = 284,
59     CHANNELS = 285,
60     INFO = 286,
61     BUFFER_FILL = 287,
62     STREAM_COUNT = 288,
63     VOICE_COUNT = 289,
64     INSTRUMENT = 290,
65     ENGINE = 291,
66     AUDIO_OUTPUT_CHANNEL = 292,
67     AUDIO_OUTPUT_CHANNEL_PARAMETER = 293,
68     AUDIO_OUTPUT_DEVICE = 294,
69     AUDIO_OUTPUT_DEVICES = 295,
70     AUDIO_OUTPUT_DEVICE_PARAMETER = 296,
71     AUDIO_OUTPUT_DRIVER = 297,
72     AUDIO_OUTPUT_DRIVER_PARAMETER = 298,
73     AUDIO_OUTPUT_TYPE = 299,
74     MIDI_INPUT = 300,
75     MIDI_INPUT_TYPE = 301,
76     MIDI_INPUT_PORT = 302,
77     MIDI_INPUT_CHANNEL = 303,
78     VOLUME = 304,
79     MIDI_INPUT_DRIVER = 305,
80     MIDI_INPUT_DRIVER_PARAMETER = 306,
81     AVAILABLE_MIDI_INPUT_DRIVERS = 307,
82     MIDI_INPUT_DEVICE = 308,
83     MIDI_INPUT_DEVICES = 309,
84     MIDI_INPUT_DEVICE_PARAMETER = 310,
85     MIDI_INPUT_PORT_PARAMETER = 311,
86     BYTES = 312,
87     PERCENTAGE = 313,
88     MISCELLANEOUS = 314
89 schoenebeck 35 };
90     #endif
91     #define CHAR 258
92     #define DOTNUM 259
93     #define NUMBER 260
94 senkov 135 #define STRINGVAL 261
95     #define SP 262
96     #define LF 263
97     #define CR 264
98     #define HASH 265
99     #define EQ 266
100     #define ADD 267
101     #define GET 268
102     #define CREATE 269
103     #define DESTROY 270
104     #define LIST 271
105     #define LOAD 272
106 senkov 141 #define NON_MODAL 273
107 senkov 135 #define REMOVE 274
108     #define SET 275
109     #define SUBSCRIBE 276
110     #define UNSUBSCRIBE 277
111     #define RESET 278
112 schoenebeck 210 #define ECHO 279
113     #define QUIT 280
114     #define CHANNEL 281
115     #define NOTIFICATION 282
116     #define AVAILABLE_ENGINES 283
117     #define AVAILABLE_AUDIO_OUTPUT_DRIVERS 284
118     #define CHANNELS 285
119     #define INFO 286
120     #define BUFFER_FILL 287
121     #define STREAM_COUNT 288
122     #define VOICE_COUNT 289
123     #define INSTRUMENT 290
124     #define ENGINE 291
125     #define AUDIO_OUTPUT_CHANNEL 292
126     #define AUDIO_OUTPUT_CHANNEL_PARAMETER 293
127     #define AUDIO_OUTPUT_DEVICE 294
128     #define AUDIO_OUTPUT_DEVICES 295
129     #define AUDIO_OUTPUT_DEVICE_PARAMETER 296
130     #define AUDIO_OUTPUT_DRIVER 297
131     #define AUDIO_OUTPUT_DRIVER_PARAMETER 298
132     #define AUDIO_OUTPUT_TYPE 299
133     #define MIDI_INPUT 300
134     #define MIDI_INPUT_TYPE 301
135     #define MIDI_INPUT_PORT 302
136     #define MIDI_INPUT_CHANNEL 303
137     #define VOLUME 304
138     #define MIDI_INPUT_DRIVER 305
139     #define MIDI_INPUT_DRIVER_PARAMETER 306
140     #define AVAILABLE_MIDI_INPUT_DRIVERS 307
141     #define MIDI_INPUT_DEVICE 308
142     #define MIDI_INPUT_DEVICES 309
143     #define MIDI_INPUT_DEVICE_PARAMETER 310
144     #define MIDI_INPUT_PORT_PARAMETER 311
145     #define BYTES 312
146     #define PERCENTAGE 313
147     #define MISCELLANEOUS 314
148 schoenebeck 35
149    
150    
151    
152     #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
153     typedef int YYSTYPE;
154     # define yystype YYSTYPE /* obsolescent; will be withdrawn */
155     # define YYSTYPE_IS_DECLARED 1
156     # define YYSTYPE_IS_TRIVIAL 1
157     #endif
158    
159    
160    
161    
162    

  ViewVC Help
Powered by ViewVC