1dd4b6cd by Michael B. Mathews

Added raw data type to carry additional event data.

1 parent 8970b9c7
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!