|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILegacyRoboticsAPITask
RoboticsAPI basic task interface. Implement this interface if you want to get a task which supports all the features of the RoboticsAPI.
Note that a valid robotics task must always have a valid RoboticsAPIContext ( see getContext() for
details).
All methods of this interface will be called from the RoboticsAPI framework during the task life cycle. Notice that
every method may be called from mutually different threads, with the exception of IRoboticsAPITask.initialize() and
IRoboticsAPITask.run(), which will be run from the same thread.
| Method Summary | |
|---|---|
RoboticsAPIContext |
getContext()
Gets the context of this task. |
com.kuka.task.ITaskLogger |
getLogger()
Gets the logger of this task. |
| Methods inherited from interface com.kuka.task.IRoboticsAPITask |
|---|
dispose, initialize, run |
| Method Detail |
|---|
RoboticsAPIContext getContext()
com.kuka.task.ITaskLogger getLogger()
May be used to log information for diagnostics and visualization purposes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||