Eclipse.org
Specifies the numeric format base of
data. For instance, if the hardware's
specification are in hexadecimal format, this
attribute should be set to "hex".
Attribute type: - "binary"
- Specifies that the format is
binary (0-1). Each binary digit defines a single
bit of data.
- "decimal"
- Specifies that the format is
decimal (0-9).
- "hex"
- Specifies that the format is hex
(0-9, A-F). Each hex digit defines 4 bits of data.
- "octal"
- Specifies that the format is
octal (0-7). Each octal digit defines 3 bits of data.