Go to the documentation of this file.
5 #define INI_STR_PORT "port"
6 #define INI_STR_UDP_BC "udpbc"
7 #define INI_STR_ADDRESS "address"
8 #define INI_STR_IFACE "interface"
9 #define INI_STR_CAN_IFACE "can_interface"
10 #define INI_STR_CS2_PATH "cs2_path"
11 #define INI_STR_BC "broadcast"
12 #define INI_STR_FORK "fork"
13 #define INI_STR_TRACE "trace"
14 #define INI_STR_VERBOSE "verbose"
15 #define INI_STR_USAGE "usage"
16 #define INI_STR_ZENTRALE "zentrale"
17 #define INI_STR_PROTOKOLL "protokoll"
18 #define INI_STR_SYNC "sync"
19 #define INI_STR_START "gleissignal"
20 #define INI_STR_CONN_TCP "conn_tcp"
21 #define INI_STR_WAKEUP_S88 "wakeup_s88"
22 #define INI_STR_GPIO_S88 "gpio_s88"
23 #define INI_STR_HIDE_MS2 "hide_ms2"
24 #define INI_STR_EMU_HOST_COM "emu_host_com"
25 #define INI_STR_SERIAL_LINE "serial_line"
26 #define INI_STR_NUM_LOKFKT "num_lokfkt"
27 #define INI_STR_WRITE_WEB "write_web"
29 #define INI_TOK_PORT INI_PARS_FIRST_KEYWORD_TOK
30 #define INI_TOK_UDP_BC (INI_TOK_PORT+1)
31 #define INI_TOK_ADDR (INI_TOK_PORT+2)
32 #define INI_TOK_IFACE (INI_TOK_PORT+3)
33 #define INI_TOK_CAN_IFACE (INI_TOK_PORT+4)
34 #define INI_TOK_CS2_PATH (INI_TOK_PORT+5)
35 #define INI_TOK_BC (INI_TOK_PORT+6)
36 #define INI_TOK_ZENTRALE (INI_TOK_PORT+7)
37 #define INI_TOK_PROTOKOLL (INI_TOK_PORT+8)
38 #define INI_TOK_START (INI_TOK_PORT+9)
39 #define INI_TOK_SYNC (INI_TOK_PORT+10)
40 #define INI_TOK_CONN_TCP (INI_TOK_PORT+11)
41 #define INI_TOK_WAKEUP_S88 (INI_TOK_PORT+12)
42 #define INI_TOK_GPIO_S88 (INI_TOK_PORT+13)
43 #define INI_TOK_HIDE_MS2 (INI_TOK_PORT+14)
44 #define INI_TOK_EMU_HOST_COM (INI_TOK_PORT+15)
45 #define INI_TOK_SERIAL_LINE (INI_TOK_PORT+16)
46 #define INI_TOK_NUM_LOKFKT (INI_TOK_PORT+17)
47 #define INI_TOK_WRITE_WEB (INI_TOK_PORT+18)