25 #if (HARDWARE != SIMULATION)
33 #if (HARDWARE != SIMULATION)
41 gettimeofday(&tv,
NULL);
42 Result = (
ULONG)tv.tv_sec * 1000;
43 Result += (
ULONG)tv.tv_usec / 1000;
53 gettimeofday(&tv,
NULL);
void SetDispatchStatus(DSPSTAT DspStat)
Set object (dispatch) status.
void cTimerReaduS(void)
opTIMER_READ_US byte code
SLONG DATA32
VM Type for 4 byte signed value.
void SetObjectIp(IP Ip)
Set current instruction pointer.
void * PrimParPointer(void)
Get next encoded parameter from byte code stream.
IP GetObjectIp(void)
Get current instruction pointer.
IMGDATA * IP
Instruction pointer type.
unsigned int ULONG
Basic Type used to symbolise 32 bit unsigned values.
void cTimerReady(void)
opTIMER_READY byte code
void cTimerRead(void)
opTIMER_READ byte code
ULONG StartTime
Program start time [mS].
PRG Program[MAX_PROGRAMS]
Program[0] is the UI byte codes running.
PRGID CurrentProgramId(void)
Get current program id.
void cTimerWait(void)
opTIMER_WAIT byte code
Break because of waiting for completion.
Dispatcher running (looping)