|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tapina.robe.swi.clib.Kernel
Class to hold the kernel stubs.
Method Summary | |
Stub |
commandString()
|
Stub |
dummy(int stubId)
|
Stub |
exit()
|
Stub |
fpavailable()
This function tests for the presence of either the floating point co-processor or the floating point emulator module (FPE). |
static Kernel |
getInstance()
|
Stub |
init()
|
Stub |
os_get()
|
Stub |
osbyte()
This function calls the OS_Byte SWI with the register R0 set to the value passed in a1, and registers R1 and R2 set to the values pointed to by a2 and a3. |
Stub |
setreturncode()
|
Stub |
swi()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Kernel getInstance()
public final Stub dummy(int stubId)
public final Stub init()
public final Stub exit()
public final Stub setreturncode()
public Stub commandString()
public Stub swi()
public Stub os_get()
public Stub osbyte()
public Stub fpavailable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |