Uses of Interface
org.robokind.api.motion.protocol.RobotResponse.RobotResponseHeader

Packages that use RobotResponse.RobotResponseHeader
org.robokind.api.motion.messaging   
org.robokind.api.motion.protocol   
 

Uses of RobotResponse.RobotResponseHeader in org.robokind.api.motion.messaging
 

Methods in org.robokind.api.motion.messaging that return RobotResponse.RobotResponseHeader
 RobotResponse.RobotResponseHeader RobotResponseFactory.createHeader(Robot.Id robotId, String sourceId, String destinationId, String requestType, long requestTimestamp)
          Creates a response header.
 

Methods in org.robokind.api.motion.messaging with parameters of type RobotResponse.RobotResponseHeader
 RobotDefinitionResponse RobotResponseFactory.createDefinitionResponse(RobotResponse.RobotResponseHeader header, Robot robot)
          Creates a new RobotDefinitionResponse.
 RobotResponse.RobotPositionResponse RobotResponseFactory.createPositionResponse(RobotResponse.RobotResponseHeader header, Robot.RobotPositionMap positions)
          Creates a new RobotPositionResponse.
 RobotResponse.RobotStatusResponse RobotResponseFactory.createStatusResponse(RobotResponse.RobotResponseHeader header, boolean status)
          Creates a new RobotStatusResponse.
 

Uses of RobotResponse.RobotResponseHeader in org.robokind.api.motion.protocol
 

Methods in org.robokind.api.motion.protocol that return RobotResponse.RobotResponseHeader
 RobotResponse.RobotResponseHeader RobotResponse.getResponseHeader()
          Returns the response header, which contains response meta-data.
 



Copyright © 2011-2013. All Rights Reserved.