Uses of Interface
com.kuka.nav.command.Request

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
<R extends RequestContainer>
R
Commandable.execute(Request<R> request)
          Issues a request to the robot and blocks till the request is first updated.
<R extends RequestContainer>
R
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.
 



Copyright © 2019. All rights reserved.