com.kuka.roboticsAPI.controllerModel.sunrise.mapping
Class SplineMapperJP
java.lang.Object
com.kuka.roboticsAPI.controllerModel.mapping.AbstractMapper<SunriseMappingToken>
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.SunriseMapper
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.CommandMapper
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.SplineMotionMapper
com.kuka.roboticsAPI.controllerModel.sunrise.mapping.SplineMapperJP
public final class SplineMapperJP
- extends SplineMotionMapper
Mapper class used to map joint-space spline motions to a byte array. It is
used for serialization of the spline for the transfer to the Sunrise-API.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplineMapperJP
public SplineMapperJP()
getMappingTypes
public Collection<Class<?>> getMappingTypes()
- Gets the mapping types which this mapper can map. A type can be a command
or a part of a command, depending on what the mapper is able to do. For
example, the type could be an IAction, an IControllerCommand or an
IStopCondition.
- Specified by:
getMappingTypes in class AbstractMapper<SunriseMappingToken>
- Returns:
- The mapping types which this mapper can map.
null is
not allowed. - This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
createAndCheckSpline
protected SplineMotion<?> createAndCheckSpline(SunriseMappingToken info)
- Description copied from class:
SplineMotionMapper
- Creates and checks a spline.
- Overrides:
createAndCheckSpline in class SplineMotionMapper
- Parameters:
info - mapping information
- Returns:
- spline motion
Copyright © 2019. All rights reserved.