1 | Copy / Merge Notes 1988-05-25
|
---|
2 | ------------------ ----------
|
---|
3 |
|
---|
4 | The following tables are used to determine whether an event is copied or merged,
|
---|
5 | whether or not the copy or merge should check group enable,
|
---|
6 | where the group number is stored, if used, and
|
---|
7 | whether or not an update of hplist[] will be needed.
|
---|
8 |
|
---|
9 | cmslens = event size (number of longs, or 0 if not copied / merged)
|
---|
10 | cmgtags = group sensitivity (TRUE = group needs checked)
|
---|
11 | cmgtype = group type (0 = group in e_data1, 1 = group in e_data2)
|
---|
12 | ehdlist = hplist update type (header type, or -1 if no header)
|
---|
13 |
|
---|
14 |
|
---|
15 | short char char short
|
---|
16 | cmslens cmgtags cmgtype ehdlist Event Type Notes
|
---|
17 | ------- ------- ------- ------- ------------- ------------------------
|
---|
18 | 0 FALSE 0 -1 0 - EV_NULL Not copied or merged
|
---|
19 | 0 FALSE 0 -1 1 - EV_SCORE Not copied or merged
|
---|
20 | 0 FALSE 0 EH_SBGN 2 - EV_SBGN Not copied or merged
|
---|
21 | 0 FALSE 0 EH_SEND 3 - EV_SEND Not copied or merged
|
---|
22 | 6 TRUE 0 EH_INST 4 - EV_INST
|
---|
23 | 5 TRUE 1 -1 5 - EV_NBEG
|
---|
24 | 5 TRUE 1 -1 6 - EV_NEND
|
---|
25 | 5 FALSE 0 -1 7 - EV_STOP
|
---|
26 | 5 FALSE 0 EH_INTP 8 - EV_INTP
|
---|
27 | 6 FALSE 0 EH_TMPO 9 - EV_TMPO
|
---|
28 | 6 FALSE 0 EH_TUNE 10 - EV_TUNE
|
---|
29 | 6 TRUE 0 EH_GRP 11 - EV_GRP
|
---|
30 | 6 TRUE 0 EH_LOCN 12 - EV_LOCN
|
---|
31 | 6 TRUE 0 EH_DYN 13 - EV_DYN
|
---|
32 | 6 TRUE 0 -1 14 - EV_ANVL Group is in 4 LS bits
|
---|
33 | 6 TRUE 0 EH_ANRS 15 - EV_ANRS Group is in 4 LS bits
|
---|
34 | 6 FALSE 0 EH_ASGN 16 - EV_ASGN
|
---|
35 | 6 TRUE 0 EH_TRNS 17 - EV_TRNS
|
---|
36 | 5 FALSE 0 -1 18 - EV_REPT
|
---|
37 | 5 FALSE 0 -1 19 - EV_PNCH
|
---|
38 | 5 FALSE 0 -1 20 - EV_PRES
|
---|
39 | 0 FALSE 0 -1 21 - EV_FINI Not copied or merged
|
---|
40 | 5 TRUE 1 -1 22 - EV_CPRS
|
---|
41 | 5 FALSE 0 -1 23 - EV_BAR
|
---|