com.tapina.robe.swi
Class TaskWindow

java.lang.Object
  extended bycom.tapina.robe.runtime.Block
      extended bycom.tapina.robe.runtime.DataBlock
          extended bycom.tapina.robe.module.Module
              extended bycom.tapina.robe.swi.SWIHandler
                  extended bycom.tapina.robe.swi.TaskWindow

public final class TaskWindow
extends SWIHandler


Field Summary
 
Fields inherited from class com.tapina.robe.swi.SWIHandler
log, METHOD_PARAMETERS
 
Method Summary
static int getBase()
           
static TaskWindow getInstance()
           
static java.lang.reflect.Method getMethod(java.lang.Integer offset)
           
 void TaskInfo(Environment env)
          This SWI is used to check if the program is currently running inside a TaskWindow.
 
Methods inherited from class com.tapina.robe.module.Module
getBytes, getHelp, getName, getSize, setSize
 
Methods inherited from class com.tapina.robe.runtime.Block
getAddress, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TaskWindow getInstance()

getBase

public static int getBase()

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Integer offset)
                                          throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

TaskInfo

public void TaskInfo(Environment env)
This SWI is used to check if the program is currently running inside a TaskWindow.

Parameters:
env - IN: R0 = 0 (other reason codes are reserved), OUT: R0 = 0 if not in TaskWindow, otherwise in a TaskWindow.


Copyright © 2003-2005 . All Rights Reserved.