[Kst] [Bug 92112] New: bitfield selection for getdata
D.V.Wiebe
dwiebe at physics.utoronto.ca
Tue Oct 26 05:53:08 CEST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=92112
Summary: bitfield selection for getdata
Product: kst
Version: unspecified
Platform: Slackware Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kst kde org
ReportedBy: dwiebe physics utoronto ca
Version: 1.0.0_devel (using KDE KDE 3.3.1)
Installed from: Slackware Packages
Compiler: gcc (GCC) 3.3.4
OS: Linux
As an extension to the BIT derived type, it would be nice to be able to have a derived getdata type that would retrieve a bitfield range from another field. So, I could extract a 3 bit number starting at bit 5 of an input field by specifying
3_BIT_NUMBER BITFIELD input_field 5 3
or something similar to the format file. Currently I'm implementing this through a combination of BIT and LINCOM derived fields.
Similar to C's bitfield struct.
More information about the Kst
mailing list