File: pipes_note.signalling

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (39 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (3)
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
a, b, c, d; note: note\nhere;
{pipe a--b: simple; note: note\nhere;
pipe a==b: double; note: note\nhere;
pipe a==b: triple [line.type=triple]; note: note\nhere;
}
{pipe c--d: simple [color=red]{
    c->: huhu; note: note\nhere;
}; note: note\nhere;
pipe c==d: double [color=red]{
    c->: huhu; note: note\nhere;
}; note: note\nhere;
pipe c==d: triple [color=red, line.type=triple]{
    c->: huhu; note: note\nhere;
}; note: note\nhere;

pipe c--d: simple [color=red, solid=255] {
    c->: huhu; note: note\nhere;
}; note: note\nhere;
pipe c==d: double [color=red, solid=0]{
    c->: huhu; note: note\nhere;
}; note: note\nhere;
pipe c==d: triple [color=red, line.type=triple]; note: note\nhere;
}; note: note\nhere;

pipe a--b: okey [color=green]
==c
==d [line.type=triple]; note: note\nhere;

pipe a--b: okey [color=green, side=left]
==c
==d [line.type=triple] {
    a->; note: note\nhere;
}; note: note\nhere;

pipe a--b: okey [color="blue+50", side=left, line.radius=4]
==c [color=green]
==d [line.type=triple] {
    a->; note: note\nhere;
}; note: note\nhere;