|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| com.kuka.nav.command | Contains interfaces providing infrastructure for using navigation commands. |
| com.kuka.nav.robot | Provides interfaces and classes for mobile robots. |
| Uses of Request in com.kuka.nav.command |
|---|
| Methods in com.kuka.nav.command with parameters of type Request | ||
|---|---|---|
|
Commandable.execute(Request<R> request)
Issues a request to the robot and blocks till the request is first updated. |
|
|
Commandable.executeAsync(Request<R> request)
Issues a request to the robot. |
|
| Uses of Request in com.kuka.nav.robot |
|---|
| Classes in com.kuka.nav.robot that implement Request | |
|---|---|
class |
GenericRequest
Request for receiving generic data. |
class |
GenericRequestTyped<C extends GenericRequestContainer>
Base class for all generic requests. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||