EasyManuals Logo

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #352 background imageLoading...
Page #352 background image
310
Appendix A: System Routines — Apps
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
OO_Deref
Declaration:
Frame *
OO_Deref
(pFrame
pointer
)
Category(ies):
Apps, Memory Management
Description:
Object frame pointers (type pFrame) come in three flavors: handles,
address pointers, and indirect references to the system object frame. This
routine figures out the flavor of
pointer
and translates it into a real address.
Given the real address, the frame’s header and attributes can be directly
accessed.
Inputs:
pointer
An object frame pointer.
Outputs:
Returns address of frame referenced by
pointer
.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
None
Example:
pFrame obj;
Frame *pobj;
ULONG i;
.
.
.
obj = OO_New(H_NULL); /* allocate new frame from the heap */
pobj = OO_Deref(obj); /* get pointer to frame */
for (i = 0; i < pobj->head.count; i += 1)
{
/* process each attribute of object frame */
.
.
.
}

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals