|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CyclicTaskBehavior | |
|---|---|
| com.kuka.roboticsAPI.concurrencyModel | Contains classes supporting the development of multi-threading applications. |
| Uses of CyclicTaskBehavior in com.kuka.roboticsAPI.concurrencyModel |
|---|
| Methods in com.kuka.roboticsAPI.concurrencyModel that return CyclicTaskBehavior | |
|---|---|
static CyclicTaskBehavior |
CyclicTaskBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CyclicTaskBehavior[] |
CyclicTaskBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.kuka.roboticsAPI.concurrencyModel with parameters of type CyclicTaskBehavior | |
|---|---|
static ICyclicTaskContainer |
CyclicTasks.doCyclic(int cycleTimeMillis,
CyclicTaskBehavior behavior,
CyclicTask... tasks)
Starts a cyclic thread for the given tasks. |
static ICyclicTaskContainer |
CyclicTasks.doCyclic(int cycleTimeMillis,
int priority,
CyclicTaskBehavior behavior,
CyclicTask... tasks)
Starts a cyclic thread for the given tasks. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||