public class I_ThreadInstance
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
completeMSTAIndex |
int |
deadlineMSTAIndex |
int |
dispatchMSTAIndex |
int |
frozenMSTAIndex |
int |
instanceNumber |
java.util.ArrayList<AL_Int> |
iPortIOTimeMSTAIndexList |
boolean |
isAllocated |
I_Thread |
iThread |
java.util.ArrayList<AL_Int> |
oPortIOTimeMSTAIndexList |
int |
outputMSTAIndex |
int |
period |
int |
startMSTAIndex |
Constructor and Description |
---|
I_ThreadInstance() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getThreadInstanceName() |
public I_Thread iThread
public int period
public boolean isAllocated
public int instanceNumber
public int dispatchMSTAIndex
public int frozenMSTAIndex
public int startMSTAIndex
public int completeMSTAIndex
public int outputMSTAIndex
public int deadlineMSTAIndex
public java.util.ArrayList<AL_Int> iPortIOTimeMSTAIndexList
public java.util.ArrayList<AL_Int> oPortIOTimeMSTAIndexList