5,389
edits
m (more or less general OBD-related talk moved here) |
m (→Bitset: again) |
||
Line 79: | Line 79: | ||
::;ssg | ::;ssg | ||
:Re:Obviously, I don't want to argue about this forever. I'll reformulate when I get the chance. | :Re:Obviously, I don't want to argue about this forever. I'll reformulate when I get the chance. | ||
:My basic point is that there is no "0" bit, and that anything | :My basic point is that there is no "0" bit, and no "option" corresponding to it, and that anything stating otherwise, e.g. | ||
option 1; it's a bitset; the following options are possible (values in dec): | |||
0 - none | |||
1 - unknown | |||
2 - ghost | |||
4 - stairs up | |||
8 - stairs down | |||
16 - stairs | |||
32 - unknown | |||
64 - unknown | |||
128- unknown | |||
:is... pick your own word. ^^ | :is... pick your own word. ^^ | ||
::[[User:Geyser|geyser]] 20:15, 30 January 2007 (CET) | ::[[User:Geyser|geyser]] 20:15, 30 January 2007 (CET) | ||
:Anyway, I'd suggest to leave "dec" alone altogether, and to write: | |||
Option bitset 1 | |||
0x01 - unknown | |||
0x02 - ghost | |||
0x04 - stairs up | |||
0x08 - stairs down | |||
0x10 - stairs | |||
0x20 - unknown | |||
0x40 - unknown | |||
0x80 - unknown | |||
:Love it or leave it, of course. | |||
::[[User:Geyser|geyser]] 13:54, 31 January 2007 (CET) | |||
==OBD update== | ==OBD update== |