@@ -16,7 +16,7 @@ internal static class GcodeClassifierClassificationDefinition
1616 /// Defines the "GcodeClassifier" classification type.
1717 /// </summary>
1818 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
19- [ Name ( "GcodeClassifier " ) ]
19+ [ Name ( "CTD_GcodeClassifier " ) ]
2020 private static ClassificationTypeDefinition typeDefinition ;
2121
2222#pragma warning restore 169
@@ -26,295 +26,295 @@ internal static class GcodeClassifierClassificationDefinition
2626 /// Defines the Gcode_A classification type.
2727 /// </summary>
2828 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
29- [ Name ( "Gcode_A " ) ]
29+ [ Name ( "CTD_Gcode_A " ) ]
3030 internal static ClassificationTypeDefinition Gcode_A = null ;
3131
3232
3333 /// <summary>
3434 /// Defines the Gcode_B classification type.
3535 /// </summary>
3636 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
37- [ Name ( "Gcode_B " ) ]
37+ [ Name ( "CTD_Gcode_B " ) ]
3838 internal static ClassificationTypeDefinition Gcode_B = null ;
3939
4040
4141 /// <summary>
4242 /// Defines the Gcode_C classification type.
4343 /// </summary>
4444 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
45- [ Name ( "Gcode_C " ) ]
45+ [ Name ( "CTD_Gcode_C " ) ]
4646 internal static ClassificationTypeDefinition Gcode_C = null ;
4747
4848
4949 /// <summary>
5050 /// Defines the Gcode_D classification type.
5151 /// </summary>
5252 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
53- [ Name ( "Gcode_D " ) ]
53+ [ Name ( "CTD_Gcode_D " ) ]
5454 internal static ClassificationTypeDefinition Gcode_D = null ;
5555
5656
5757 /// <summary>
5858 /// Defines the Gcode_E classification type.
5959 /// </summary>
6060 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
61- [ Name ( "Gcode_E " ) ]
61+ [ Name ( "CTD_Gcode_E " ) ]
6262 internal static ClassificationTypeDefinition Gcode_E = null ;
6363
6464
6565 /// <summary>
6666 /// Defines the Gcode_F classification type.
6767 /// </summary>
6868 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
69- [ Name ( "Gcode_F " ) ]
69+ [ Name ( "CTD_Gcode_F " ) ]
7070 internal static ClassificationTypeDefinition Gcode_F = null ;
7171
7272
7373 /// <summary>
7474 /// Defines the Gcode_G classification type.
7575 /// </summary>
7676 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
77- [ Name ( "Gcode_G " ) ]
77+ [ Name ( "CTD_Gcode_G " ) ]
7878 internal static ClassificationTypeDefinition Gcode_G = null ;
7979
8080
8181 /// <summary>
8282 /// Defines the Gcode_H classification type.
8383 /// </summary>
8484 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
85- [ Name ( "Gcode_H " ) ]
85+ [ Name ( "CTD_Gcode_H " ) ]
8686 internal static ClassificationTypeDefinition Gcode_H = null ;
8787
8888
8989 /// <summary>
9090 /// Defines the Gcode_I classification type.
9191 /// </summary>
9292 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
93- [ Name ( "Gcode_I " ) ]
93+ [ Name ( "CTD_Gcode_I " ) ]
9494 internal static ClassificationTypeDefinition Gcode_I = null ;
9595
9696
9797 /// <summary>
9898 /// Defines the Gcode_J classification type.
9999 /// </summary>
100100 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
101- [ Name ( "Gcode_J " ) ]
101+ [ Name ( "CTD_Gcode_J " ) ]
102102 internal static ClassificationTypeDefinition Gcode_J = null ;
103103
104104
105105 /// <summary>
106106 /// Defines the Gcode_K classification type.
107107 /// </summary>
108108 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
109- [ Name ( "Gcode_K " ) ]
109+ [ Name ( "CTD_Gcode_K " ) ]
110110 internal static ClassificationTypeDefinition Gcode_K = null ;
111111
112112
113113 /// <summary>
114114 /// Defines the Gcode_L classification type.
115115 /// </summary>
116116 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
117- [ Name ( "Gcode_L " ) ]
117+ [ Name ( "CTD_Gcode_L " ) ]
118118 internal static ClassificationTypeDefinition Gcode_L = null ;
119119
120120
121121 /// <summary>
122122 /// Defines the Gcode_M classification type.
123123 /// </summary>
124124 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
125- [ Name ( "Gcode_M " ) ]
125+ [ Name ( "CTD_Gcode_M " ) ]
126126 internal static ClassificationTypeDefinition Gcode_M = null ;
127127
128128
129129 /// <summary>
130130 /// Defines the Gcode_N classification type.
131131 /// </summary>
132132 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
133- [ Name ( "Gcode_N " ) ]
133+ [ Name ( "CTD_Gcode_N " ) ]
134134 internal static ClassificationTypeDefinition Gcode_N = null ;
135135
136136
137137 /// <summary>
138138 /// Defines the Gcode_O classification type.
139139 /// </summary>
140140 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
141- [ Name ( "Gcode_O " ) ]
141+ [ Name ( "CTD_Gcode_O " ) ]
142142 internal static ClassificationTypeDefinition Gcode_O = null ;
143143
144144
145145 /// <summary>
146146 /// Defines the Gcode_P classification type.
147147 /// </summary>
148148 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
149- [ Name ( "Gcode_P " ) ]
149+ [ Name ( "CTD_Gcode_P " ) ]
150150 internal static ClassificationTypeDefinition Gcode_P = null ;
151151
152152
153153 /// <summary>
154154 /// Defines the Gcode_Q classification type.
155155 /// </summary>
156156 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
157- [ Name ( "Gcode_Q " ) ]
157+ [ Name ( "CTD_Gcode_Q " ) ]
158158 internal static ClassificationTypeDefinition Gcode_Q = null ;
159159
160160
161161 /// <summary>
162162 /// Defines the Gcode_R classification type.
163163 /// </summary>
164164 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
165- [ Name ( "Gcode_R " ) ]
165+ [ Name ( "CTD_Gcode_R " ) ]
166166 internal static ClassificationTypeDefinition Gcode_R = null ;
167167
168168
169169 /// <summary>
170170 /// Defines the Gcode_S classification type.
171171 /// </summary>
172172 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
173- [ Name ( "Gcode_S " ) ]
173+ [ Name ( "CTD_Gcode_S " ) ]
174174 internal static ClassificationTypeDefinition Gcode_S = null ;
175175
176176
177177 /// <summary>
178178 /// Defines the Gcode_T classification type.
179179 /// </summary>
180180 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
181- [ Name ( "Gcode_T " ) ]
181+ [ Name ( "CTD_Gcode_T " ) ]
182182 internal static ClassificationTypeDefinition Gcode_T = null ;
183183
184184
185185 /// <summary>
186186 /// Defines the Gcode_U classification type.
187187 /// </summary>
188188 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
189- [ Name ( "Gcode_U " ) ]
189+ [ Name ( "CTD_Gcode_U " ) ]
190190 internal static ClassificationTypeDefinition Gcode_U = null ;
191191
192192
193193 /// <summary>
194194 /// Defines the Gcode_V classification type.
195195 /// </summary>
196196 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
197- [ Name ( "Gcode_V " ) ]
197+ [ Name ( "CTD_Gcode_V " ) ]
198198 internal static ClassificationTypeDefinition Gcode_V = null ;
199199
200200
201201 /// <summary>
202202 /// Defines the Gcode_W classification type.
203203 /// </summary>
204204 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
205- [ Name ( "Gcode_W " ) ]
205+ [ Name ( "CTD_Gcode_W " ) ]
206206 internal static ClassificationTypeDefinition Gcode_W = null ;
207207
208208
209209 /// <summary>
210210 /// Defines the Gcode_X classification type.
211211 /// </summary>
212212 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
213- [ Name ( "Gcode_X " ) ]
213+ [ Name ( "CTD_Gcode_X " ) ]
214214 internal static ClassificationTypeDefinition Gcode_X = null ;
215215
216216
217217 /// <summary>
218218 /// Defines the Gcode_Y classification type.
219219 /// </summary>
220220 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
221- [ Name ( "Gcode_Y " ) ]
221+ [ Name ( "CTD_Gcode_Y " ) ]
222222 internal static ClassificationTypeDefinition Gcode_Y = null ;
223223
224224
225225 /// <summary>
226226 /// Defines the Gcode_Z classification type.
227227 /// </summary>
228228 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
229- [ Name ( "Gcode_Z " ) ]
229+ [ Name ( "CTD_Gcode_Z " ) ]
230230 internal static ClassificationTypeDefinition Gcode_Z = null ;
231231
232232
233233 /// <summary>
234234 /// Defines the Gcode_minus classification type.
235235 /// </summary>
236236 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
237- [ Name ( "Gcode_minus " ) ]
237+ [ Name ( "CTD_Gcode_minus " ) ]
238238 internal static ClassificationTypeDefinition Gcode_minus = null ;
239239
240240
241241 /// <summary>
242242 /// Defines the Gcode_0 classification type.
243243 /// </summary>
244244 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
245- [ Name ( "Gcode_0 " ) ]
245+ [ Name ( "CTD_Gcode_0 " ) ]
246246 internal static ClassificationTypeDefinition Gcode_0 = null ;
247247
248248
249249 /// <summary>
250250 /// Defines the Gcode_1 classification type.
251251 /// </summary>
252252 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
253- [ Name ( "Gcode_1 " ) ]
253+ [ Name ( "CTD_Gcode_1 " ) ]
254254 internal static ClassificationTypeDefinition Gcode_1 = null ;
255255
256256
257257 /// <summary>
258258 /// Defines the Gcode_2 classification type.
259259 /// </summary>
260260 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
261- [ Name ( "Gcode_2 " ) ]
261+ [ Name ( "CTD_Gcode_2 " ) ]
262262 internal static ClassificationTypeDefinition Gcode_2 = null ;
263263
264264
265265 /// <summary>
266266 /// Defines the Gcode_3 classification type.
267267 /// </summary>
268268 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
269- [ Name ( "Gcode_3 " ) ]
269+ [ Name ( "CTD_Gcode_3 " ) ]
270270 internal static ClassificationTypeDefinition Gcode_3 = null ;
271271
272272
273273 /// <summary>
274274 /// Defines the Gcode_4 classification type.
275275 /// </summary>
276276 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
277- [ Name ( "Gcode_4 " ) ]
277+ [ Name ( "CTD_Gcode_4 " ) ]
278278 internal static ClassificationTypeDefinition Gcode_4 = null ;
279279
280280
281281 /// <summary>
282282 /// Defines the Gcode_5 classification type.
283283 /// </summary>
284284 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
285- [ Name ( "Gcode_5 " ) ]
285+ [ Name ( "CTD_Gcode_5 " ) ]
286286 internal static ClassificationTypeDefinition Gcode_5 = null ;
287287
288288
289289 /// <summary>
290290 /// Defines the Gcode_6 classification type.
291291 /// </summary>
292292 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
293- [ Name ( "Gcode_6 " ) ]
293+ [ Name ( "CTD_Gcode_6 " ) ]
294294 internal static ClassificationTypeDefinition Gcode_6 = null ;
295295
296296
297297 /// <summary>
298298 /// Defines the Gcode_7 classification type.
299299 /// </summary>
300300 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
301- [ Name ( "Gcode_7 " ) ]
301+ [ Name ( "CTD_Gcode_7 " ) ]
302302 internal static ClassificationTypeDefinition Gcode_7 = null ;
303303
304304
305305 /// <summary>
306306 /// Defines the Gcode_8 classification type.
307307 /// </summary>
308308 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
309- [ Name ( "Gcode_8 " ) ]
309+ [ Name ( "CTD_Gcode_8 " ) ]
310310 internal static ClassificationTypeDefinition Gcode_8 = null ;
311311
312312
313313 /// <summary>
314314 /// Defines the Gcode_9 classification type.
315315 /// </summary>
316316 [ Export ( typeof ( ClassificationTypeDefinition ) ) ]
317- [ Name ( "Gcode_9 " ) ]
317+ [ Name ( "CTD_Gcode_9 " ) ]
318318 internal static ClassificationTypeDefinition Gcode_9 = null ;
319319
320320
0 commit comments