Uses of Interface
org.mechio.api.motion.protocol.RobotDefinitionResponse

Packages that use RobotDefinitionResponse
org.mechio.api.motion.messaging   
 

Uses of RobotDefinitionResponse in org.mechio.api.motion.messaging
 

Methods in org.mechio.api.motion.messaging that return RobotDefinitionResponse
 RobotDefinitionResponse RobotResponseFactory.createDefinitionResponse(RobotResponse.RobotResponseHeader header, Robot robot)
          Creates a new RobotDefinitionResponse.
 RobotDefinitionResponse RemoteRobotClient.requestRobotDefinition()
          Requests a RobotDefinition from the host.
 

Methods in org.mechio.api.motion.messaging that return types with arguments of type RobotDefinitionResponse
 org.jflux.api.messaging.rk.MessageSender<RobotDefinitionResponse> RemoteRobotHost.getDefSender()
           
 

Method parameters in org.mechio.api.motion.messaging with type arguments of type RobotDefinitionResponse
 void RemoteRobot.setDefinitionReceiver(org.jflux.api.messaging.rk.MessageAsyncReceiver<RobotDefinitionResponse> receiver)
           
 void RemoteRobotHost.setDefSender(org.jflux.api.messaging.rk.MessageSender<RobotDefinitionResponse> sender)
          Sets the MessageSender to send RobotDefinitionResponses.
 

Constructor parameters in org.mechio.api.motion.messaging with type arguments of type RobotDefinitionResponse
RemoteRobot(RemoteRobotClient client, org.jflux.api.messaging.rk.MessageAsyncReceiver<RobotDefinitionResponse> definitionReceiver)
          Creates a RemoteRobot which uses the given RemoteRobotClient.
RemoteRobotHost(Robot robot, String sourceId, String destinationId, org.jflux.api.messaging.rk.MessageSender<RobotResponse> sender, org.jflux.api.messaging.rk.MessageAsyncReceiver<RobotRequest> receiver, RobotResponseFactory factory, org.jflux.api.messaging.rk.MessageAsyncReceiver<MotionFrameEvent> motionFrameReceiver, org.jflux.api.core.Listener<MotionFrameEvent> moveHandler, org.jflux.api.messaging.rk.MessageSender<RobotDefinitionResponse> defSender)
          Creates a new RemoteRobotHost to host the given Robot.
 



Copyright © 2011-2014. All Rights Reserved.