ctf: support devices that are stored as enumerations Bug 471685
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 2 Jul 2015 21:33:19 +0000 (17:33 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 6 Jul 2015 18:40:53 +0000 (14:40 -0400)
commit8033e89c3bc83d9bb78965e702671cd89c168648
treecef00f5f465c4cbb4de2961d87d685aba9e15671
parent0dcb35944513772b29aea7d41a8fabbefee0418b
ctf: support devices that are stored as enumerations Bug 471685

Enums are actually more precise than ints, so let's keep that data.
A side effect is that this will support floating point devices, but
the information will be cropped to an integer level.

Change-Id: I61c1d98ed63bd18ff1d64ffea5b1f7a9da9c8d7a
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/51306
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
ctf/org.eclipse.tracecompass.ctf.core.tests/src/org/eclipse/tracecompass/ctf/core/tests/trace/CTFStreamInputPacketIndexEntryTest.java
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/trace/StreamInputPacketIndexEntry.java
This page took 0.027719 seconds and 5 git commands to generate.