public class RTSystem
extends java.lang.Thread
| Constructor and Description |
|---|
RTSystem(SystemOutput output,
java.util.Map instrumentMap) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTime() |
void |
output(float fValue) |
void |
run() |
void |
scheduleEnd(float fEndTime) |
void |
scheduleInstrument(java.lang.String strInstrumentName,
float fStartTime,
float fDuration) |
void |
stopEngine() |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic RTSystem(SystemOutput output, java.util.Map instrumentMap)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void scheduleInstrument(java.lang.String strInstrumentName,
float fStartTime,
float fDuration)
public void scheduleEnd(float fEndTime)
public void stopEngine()
public int getTime()
public void output(float fValue)