source: tags/ms_r16q2/EDIT4/config_beschr.txt

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1
2NODE    ::=     NODE NODE
3NODE    ::=     S speciesname^A
4NODE    ::=     G gruppenname^ANODEE
5NODE    ::=     GF gruppenname^ANODEE   // F ist gefaltete Gruppe
6
7
8
9Beispiele:
10
11Sei ^A == #
12
13#G Gruppe#S ecoli#S asdf#G neue Gruppe#E#S ecoli2#\0            // Vor jedes Steuerzeichen S G E muss ein Separator !!!!!!!!!!!!
14
15
16
17
18
19
20
21        strcat(configstring, "S EugGrac7");     // toparea
22        strcat(configstring, sep_name);
23        strcat(configstring, "S CriFasc4");
24        strcat(configstring, sep_name);
25        strcat(configstring, "G Gruppe1");
26        strcat(configstring, sep_name);
27        strcat(configstring, "S TpaCruz4");
28        strcat(configstring, sep_name);
29        strcat(configstring, "S TpaBruc4");
30        strcat(configstring, sep_name);
31        strcat(configstring, "G Gruppe2");
32        strcat(configstring, sep_name);
33        strcat(configstring, "S Aq_op");
34        strcat(configstring, sep_name);
35        strcat(configstring, "ES Aqper");
36        strcat(configstring, sep_name);
37        strcat(configstring, "S DioDisc3");
38        strcat(configstring, sep_name);
39        strcat(configstring, "ES DroMela4");
40        strcat(configstring, sep_name);
41        strcat(configstring, "S CasElega");
42        strcat(configstring, sep_name);
43        strcat(configstring, "\0");
Note: See TracBrowser for help on using the repository browser.