Jump to content

OBD talk:TRAM: Difference between revisions

m
link fix
No edit summary
m (link fix)
Line 8: Line 8:


GENERAL:
GENERAL:
:*We need hexeditor or [[OUP]] and some decimal to hex (Windows calculator) and decimal to float (see [http://babbage.cs.qc.edu/IEEE-754/ HERE]) converters.
:*We need hexeditor or [[OUP]] and some decimal to hex (Windows calculator) and decimal to float (see [https://babbage.cs.qc.cuny.edu/IEEE-754/ HERE]) converters.
:* normal number are written as usual, when I want to write HEx number, I use prefix 0x. so '''0x10''' means '''16'''.
:* normal number are written as usual, when I want to write HEx number, I use prefix 0x. so '''0x10''' means '''16'''.
:*Next here comes explanation of storage types (that is "type" column in table). Storage type is how this value is saved and how can be read by Oni. Types in TRAM which interests us are:
:*Next here comes explanation of storage types (that is "type" column in table). Storage type is how this value is saved and how can be read by Oni. Types in TRAM which interests us are: