public class PortableRobotDefinitionResponse extends Object implements RobotDefinitionResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
PortableRobotDefinitionResponse.MessageRecordAdapter |
static class |
PortableRobotDefinitionResponse.RecordMessageAdapter |
RobotDefinitionResponse.JointDefinition, RobotDefinitionResponse.JointPropDefinitionRobotResponse.RobotPositionResponse, RobotResponse.RobotResponseHeader, RobotResponse.RobotStatusResponse| Constructor and Description |
|---|
PortableRobotDefinitionResponse(RobotDefinitionResponse response) |
PortableRobotDefinitionResponse(RobotDefinitionResponseRecord record) |
PortableRobotDefinitionResponse(RobotResponse.RobotResponseHeader header,
boolean connected,
boolean enabled,
List<RobotDefinitionResponse.JointDefinition> jointDefs) |
PortableRobotDefinitionResponse(RobotResponse.RobotResponseHeader header,
Robot<? extends Joint> robot) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getConnected() |
boolean |
getEnabled() |
List<RobotDefinitionResponse.JointDefinition> |
getJointDefinitions() |
RobotDefinitionResponseRecord |
getRecord() |
RobotResponse.RobotResponseHeader |
getResponseHeader() |
public PortableRobotDefinitionResponse(RobotDefinitionResponseRecord record)
public PortableRobotDefinitionResponse(RobotDefinitionResponse response)
public PortableRobotDefinitionResponse(RobotResponse.RobotResponseHeader header, boolean connected, boolean enabled, List<RobotDefinitionResponse.JointDefinition> jointDefs)
public PortableRobotDefinitionResponse(RobotResponse.RobotResponseHeader header, Robot<? extends Joint> robot)
public boolean getConnected()
getConnected in interface RobotDefinitionResponsepublic boolean getEnabled()
getEnabled in interface RobotDefinitionResponsepublic List<RobotDefinitionResponse.JointDefinition> getJointDefinitions()
getJointDefinitions in interface RobotDefinitionResponsepublic RobotResponse.RobotResponseHeader getResponseHeader()
getResponseHeader in interface RobotResponsepublic RobotDefinitionResponseRecord getRecord()
Copyright © 2011-2014. All Rights Reserved.