![]() | LEGO Mindstorms EV3 |
#include <lms2012.h>
Data Fields | |
IP | Ip |
Object instruction pointer. | |
LP | pLocal |
Local variable pointer. | |
UBYTE | ObjStatus |
Object status. | |
UBYTE | Blocked |
union { | |
OBJID CallerId | |
Caller id used for SUBCALL to save object id to return to. | |
TRIGGER TriggerCount | |
Trigger count used by BLOCK's trigger logic. | |
} | u |
VARDATA | Local [] |
Poll of bytes used for local variables. | |
Object data is used to hold the variables used for an object (allocated at image load time)