org.mechio.impl.motion.messaging
Class PortableRobotDefinitionResponse
java.lang.Object
org.mechio.impl.motion.messaging.PortableRobotDefinitionResponse
- All Implemented Interfaces:
- RobotDefinitionResponse, RobotResponse
public class PortableRobotDefinitionResponse
- extends java.lang.Object
- implements RobotDefinitionResponse
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableRobotDefinitionResponse
public PortableRobotDefinitionResponse(RobotDefinitionResponseRecord record)
PortableRobotDefinitionResponse
public PortableRobotDefinitionResponse(RobotDefinitionResponse response)
PortableRobotDefinitionResponse
public PortableRobotDefinitionResponse(RobotResponse.RobotResponseHeader header,
boolean connected,
boolean enabled,
java.util.List<RobotDefinitionResponse.JointDefinition> jointDefs)
PortableRobotDefinitionResponse
public PortableRobotDefinitionResponse(RobotResponse.RobotResponseHeader header,
Robot<? extends Joint> robot)
getConnected
public boolean getConnected()
- Specified by:
getConnected in interface RobotDefinitionResponse
getEnabled
public boolean getEnabled()
- Specified by:
getEnabled in interface RobotDefinitionResponse
getJointDefinitions
public java.util.List<RobotDefinitionResponse.JointDefinition> getJointDefinitions()
- Specified by:
getJointDefinitions in interface RobotDefinitionResponse
getResponseHeader
public RobotResponse.RobotResponseHeader getResponseHeader()
- Specified by:
getResponseHeader in interface RobotResponse
getRecord
public RobotDefinitionResponseRecord getRecord()
Copyright © 2011-2014. All Rights Reserved.