summaryrefslogtreecommitdiff
path: root/configs/sim/axis/ini_with_includes/includes_demo.ini
blob: 904ed97697b2e19973c405f44669b4b6d459829c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Example ini file with:
#    multiple #INCLUDE directives
#    comingled with standard [SECTION]s

[EXAMPLE_A]
parm1 = 1
parm2 = 2 22
#INCLUDE display.inc
#INCLUDE emc.inc
#INCLUDE emcio.inc
#INCLUDE emcmot.inc
#INCLUDE filter.inc
[EXAMPLE_B]
parm3 = 3 33 333
parm4 = 4
#INCLUDE hal.inc
#INCLUDE rs274ngc.inc
#INCLUDE task.inc
#INCLUDE traj.inc
#INCLUDE axis_0.inc
#INCLUDE axis_1.inc
#INCLUDE axis_2.inc

# error examples to show prints to stderr:
#INCLUDE
#INCLUDE nosuchfile

# final section
[EXAMPLE_C]
parm5 = 5
parm6 = 6 66