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

#include <lms2012.h>

Data Fields

ULONG InstrCnt
 Instruction counter used for performance analyses. More...
 
ULONG InstrTime
 Instruction time used for performance analyses. More...
 
ULONG StartTime
 Program start time [mS]. More...
 
ULONG RunTime
 Program run time [uS]. More...
 
IP pImage
 Pointer to start of image. More...
 
GP pData
 Pointer to start of data. More...
 
GP pGlobal
 Pointer to start of global bytes. More...
 
OBJHEADpObjHead
 Pointer to start of object headers. More...
 
OBJ ** pObjList
 Pointer to object pointer list. More...
 
IP ObjectIp
 Working object Ip. More...
 
LP ObjectLocal
 Working object locals. More...
 
OBJID Objects
 No of objects in image. More...
 
OBJID ObjectId
 Active object id. More...
 
OBJSTAT Status
 Program status. More...
 
OBJSTAT StatusChange
 Program status change. More...
 
RESULT Result
 Program result (OK, BUSY, FAIL) More...
 
BRKP Brkp [MAX_BREAKPOINTS]
 Storage for breakpoint logic. More...
 
LABEL Label [MAX_LABELS]
 Storage for labels. More...
 
UWORD Debug
 Debug flag. More...
 
DATA8 Name [FILENAME_SIZE]
 

Detailed Description

Program data hold information about a program

Definition at line 734 of file lms2012.h.

Field Documentation

BRKP Brkp[MAX_BREAKPOINTS]

Storage for breakpoint logic.

Definition at line 757 of file lms2012.h.

UWORD Debug

Debug flag.

Definition at line 760 of file lms2012.h.

ULONG InstrCnt

Instruction counter used for performance analyses.

Definition at line 736 of file lms2012.h.

ULONG InstrTime

Instruction time used for performance analyses.

Definition at line 737 of file lms2012.h.

LABEL Label[MAX_LABELS]

Storage for labels.

Definition at line 759 of file lms2012.h.

DATA8 Name[FILENAME_SIZE]

Definition at line 762 of file lms2012.h.

OBJID ObjectId

Active object id.

Definition at line 751 of file lms2012.h.

IP ObjectIp

Working object Ip.

Definition at line 747 of file lms2012.h.

LP ObjectLocal

Working object locals.

Definition at line 748 of file lms2012.h.

OBJID Objects

No of objects in image.

Definition at line 750 of file lms2012.h.

GP pData

Pointer to start of data.

Definition at line 743 of file lms2012.h.

GP pGlobal

Pointer to start of global bytes.

Definition at line 744 of file lms2012.h.

IP pImage

Pointer to start of image.

Definition at line 742 of file lms2012.h.

OBJHEAD* pObjHead

Pointer to start of object headers.

Definition at line 745 of file lms2012.h.

OBJ** pObjList

Pointer to object pointer list.

Definition at line 746 of file lms2012.h.

RESULT Result

Program result (OK, BUSY, FAIL)

Definition at line 755 of file lms2012.h.

ULONG RunTime

Program run time [uS].

Definition at line 740 of file lms2012.h.

ULONG StartTime

Program start time [mS].

Definition at line 739 of file lms2012.h.

OBJSTAT Status

Program status.

Definition at line 753 of file lms2012.h.

OBJSTAT StatusChange

Program status change.

Definition at line 754 of file lms2012.h.


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