File: ex91.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 (14 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##Lost messages
##message loss lost
##Use an asterisk '*' to indicate that the message was lost. The loss indicator will be drawn close to the entity the asterisk is nearby of.##If you want very specific control of the loss location, use the 'lost at <entity>' clause followed by optionally one of '--', '-', '+', '++' or '+-<offset>' or 'lost at <entity>-<entity>' to denote halfway between two entities.
a, b, c, d;
a*->b;
a->*b;
note: Lost between
      neighbouring entities;
a->b*->d: \plLost after b;
a->b->*d: \plLost before d;
a->b->d lost at b++:
    \plLost just after b;
a->b->d lost at d -30:
    \plLost 30 pixels left of d;