1dd4b6cd by Michael B. Mathews

Added raw data type to carry additional event data.

1 parent 8970b9c7
......@@ -83,6 +83,9 @@
<elem name="speed" type="SpeedInfo" multiplicity="0..1" ord="6">
<comment>Optional speed information of the associated object at the time the event occurred.</comment>
</elem>
<elem name="data" type="Tensor.raw" multiplicity="0..1" ord="7">
<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>
</elem>
</struct>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!