Uses of Interface
org.robokind.api.motion.messaging.messages.RobotResponse.RobotResponseHeader

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

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

Methods in org.robokind.api.motion.messaging.messages that return RobotResponse.RobotResponseHeader
 RobotResponse.RobotResponseHeader RobotResponseFactory.createHeader(Robot.Id robotId, String sourceId, String destinationId, String commandType, long requestTimestamp)
           
 RobotResponse.RobotResponseHeader RobotResponse.getResponseHeader()
           
 

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



Copyright © 2011-2012. All Rights Reserved.