LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OBJ Struct Reference

#include <lms2012.h>

Data Fields

IP Ip
 Object instruction pointer. More...
 
LP pLocal
 Local variable pointer. More...
 
UBYTE ObjStatus
 Object status. More...
 
UBYTE Blocked
 
union {
   OBJID   CallerId
 Caller id used for SUBCALL to save object id to return to. More...
 
   TRIGGER   TriggerCount
 Trigger count used by BLOCK's trigger logic. More...
 
u
 
VARDATA Local []
 Poll of bytes used for local variables. More...
 

Detailed Description

Object data is used to hold the variables used for an object (allocated at image load time)

Definition at line 701 of file lms2012.h.

Field Documentation

UBYTE Blocked

Definition at line 707 of file lms2012.h.

OBJID CallerId

Caller id used for SUBCALL to save object id to return to.

Definition at line 713 of file lms2012.h.

IP Ip

Object instruction pointer.

Definition at line 703 of file lms2012.h.

VARDATA Local[]

Poll of bytes used for local variables.

Definition at line 716 of file lms2012.h.

UBYTE ObjStatus

Object status.

Definition at line 706 of file lms2012.h.

LP pLocal

Local variable pointer.

Definition at line 704 of file lms2012.h.

TRIGGER TriggerCount

Trigger count used by BLOCK's trigger logic.

Definition at line 714 of file lms2012.h.

union { ... } u

The documentation for this struct was generated from the following file: