Skip to content

GDB Components

KG edited this page Jan 6, 2024 · 8 revisions

TIGraphedEquation

Section Subsection Section Offset Length Type Description Notes
Flags Flags 0 1 EquationFlags The flags for the equation
  • Whether the equation is selected, used for graphing, or is participating in a link transfer
Data Length 0 2 Integer The total size of the tokens

TIMonoGDB

Section Subsection Section Offset Length Type Description Notes
Data Length 0 2 Integer Two less than the length of the GDB
Mode Id 3 1 Integer The mode ID for the GDB
  • One of 0x10, 0x20, 0x40, or 0x80
Mode Flags 4 1 GraphMode The flags for the mode settings
  • Dot/Connected, Simul/Sequential, GridOn/Line/Dot/Off, PolarGC/RectGC, CoordOn/Off, AxesOff/On, and LabelOn/Off
Extended Mode Flags 6 1 GraphMode The flags for the extended mode settings
  • ExprOn/Off and sequence plot offsets for sequence mode
Xmin 7 9 TIReal The X-coordinate of the left edge of the graphscreen
Xmax 16 9 TIReal The X-coordinate of the right edge of the graphscreen
Xscl 25 9 TIReal The separation between ticks on the X-axis
Ymin 34 9 TIReal The Y-coordinate of the bottom edge of the graphscreen
Ymax 43 9 TIReal The Y-coordinate of the top edge of the graphscreen
Yscl 52 9 TIReal The separation between ticks on the Y-axis

TIGDB

Section Subsection Section Offset Length Type Description Notes
Data Length 0 2 Integer Two less than the length of the GDB
Mode Id 3 1 Integer The mode ID for the GDB
  • One of 0x10, 0x20, 0x40, or 0x80
Mode Flags 4 1 GraphMode The flags for the mode settings
  • Dot/Connected, Simul/Sequential, GridOn/Line/Dot/Off, PolarGC/RectGC, CoordOn/Off, AxesOff/On, and LabelOn/Off
Extended Mode Flags 6 1 GraphMode The flags for the extended mode settings
  • ExprOn/Off and sequence plot offsets for sequence mode
Xmin 7 9 TIReal The X-coordinate of the left edge of the graphscreen
Xmax 16 9 TIReal The X-coordinate of the right edge of the graphscreen
Xscl 25 9 TIReal The separation between ticks on the X-axis
Ymin 34 9 TIReal The Y-coordinate of the bottom edge of the graphscreen
Ymax 43 9 TIReal The Y-coordinate of the top edge of the graphscreen
Yscl 52 9 TIReal The separation between ticks on the Y-axis
... ... ... ... ...
Grid Color -5 1 GraphColor The color of the grid
Axes Color -4 1 GraphColor The color of the axes
Global Line Style -3 1 GlobalLineStyle The line style for all plotted equations
Border Color -2 1 BorderColor The color of the graph border
Color Mode Flags -1 1 GraphMode The flags for extended color mode settings
  • Only DetectAsymptotesOn/Off is stored here
Clone this wiki locally