822e14ee8392d0846bd532f1092d6d72403cc1f3
[ltt-control.git] / ltt-control / facilities / compact.xml
1 <?xml version="1.0"?>
2 <facility name="compact">
3 <description>The compact facility contains high rate compact events.</description>
4
5 <event name="event_a">
6 <description>Compact event with no data</description>
7 </event>
8
9 <event name="event_b">
10 <description>Compact event with 4 bytes of data</description>
11 <field name="data1"> <uint_fixed size="4"/> </field>
12 </event>
13
14 <event name="event_c">
15 <description>Compact event with 8 bytes of data</description>
16 <field name="data1"> <uint_fixed size="8"/> </field>
17 </event>
18
19 </facility>
This page took 0.028257 seconds and 3 git commands to generate.