Added raw data type to carry additional event data.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -83,6 +83,9 @@ | ... | @@ -83,6 +83,9 @@ |
83 | <elem name="speed" type="SpeedInfo" multiplicity="0..1" ord="6"> | 83 | <elem name="speed" type="SpeedInfo" multiplicity="0..1" ord="6"> |
84 | <comment>Optional speed information of the associated object at the time the event occurred.</comment> | 84 | <comment>Optional speed information of the associated object at the time the event occurred.</comment> |
85 | </elem> | 85 | </elem> |
86 | <elem name="data" type="Tensor.raw" multiplicity="0..1" ord="7"> | ||
87 | <comment>Optional event data in the same wireline format as the event structure. The type of this information is dependent on the associate event information.</comment> | ||
88 | </elem> | ||
86 | </struct> | 89 | </struct> |
87 | 90 | ||
88 | 91 | ... | ... |
-
Please register or sign in to post a comment