![]() | LEGO Mindstorms EV3 |
#include <lms2012.h>
Data Fields | |
| ULONG | InstrCnt |
| Instruction counter used for performance analyses. | |
| ULONG | InstrTime |
| Instruction time used for performance analyses. | |
| ULONG | StartTime |
| Program start time [mS]. | |
| ULONG | RunTime |
| Program run time [uS]. | |
| IP | pImage |
| Pointer to start of image. | |
| GP | pData |
| Pointer to start of data. | |
| GP | pGlobal |
| Pointer to start of global bytes. | |
| OBJHEAD * | pObjHead |
| Pointer to start of object headers. | |
| OBJ ** | pObjList |
| Pointer to object pointer list. | |
| IP | ObjectIp |
| Working object Ip. | |
| LP | ObjectLocal |
| Working object locals. | |
| OBJID | Objects |
| No of objects in image. | |
| OBJID | ObjectId |
| Active object id. | |
| OBJSTAT | Status |
| Program status. | |
| OBJSTAT | StatusChange |
| Program status change. | |
| RESULT | Result |
| Program result (OK, BUSY, FAIL) | |
| BRKP | Brkp [MAX_BREAKPOINTS] |
| Storage for breakpoint logic. | |
| LABEL | Label [MAX_LABELS] |
| Storage for labels. | |
| UWORD | Debug |
| Debug flag. | |
| DATA8 | Name [FILENAME_SIZE] |
Program data hold information about a program