-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtemplate.vis
executable file
·52 lines (52 loc) · 1.41 KB
/
template.vis
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##
## General settings
##
[General]
Name: <defines the name>
Ifdef: <only consider if the macro is defined, optional: none>
Namespace: <where varimp is generated, optional: none>
Dispose: <whether varimps must be disposed, optional: false>
Bits: <how many bits reserves, optional: 0>
##
## Definition of modification events
##
[ModEventHeader]
<text to precede definitions of modevents, optional: "">
[ModEvent]
Name: FAILED=FAILED
<text to precede definition, optional>
[ModEvent]
Name: NONE=NONE
<text to precede definition, optional>
[ModEvent]
Name: VAL=ASSIGNED
Combine: VAL=VAL, ...
<text to precede definition, optional>
[ModEvent]
Name: ...
Combine: ...
<text to precede definition, optional>
[ModEventFooter]
<text after definitions of modevents, optional: "">
##
## Definition of propagation conditions
##
[PropCondHeader]
<text to precede definitions of modevents, optional: "">
[PropCond]
Name: NONE=NONE
<text to precede definition, optional>
[PropCond]
Name: VAL=ASSIGNED
ScheduledBy: VAL
<text to precede definition, optional>
[PropCond]
Name: ...
ScheduledBy: ..., ...
<text to precede definition, optional>
[PropCondFooter]
<text after definitions of modevents, optional: "">
##
## End of specification
##
[End]