org.mechio.impl.motion.messaging
Class PortableMotionFrameEvent
java.lang.Object
org.mechio.impl.motion.messaging.PortableMotionFrameEvent
- All Implemented Interfaces:
- MotionFrameEvent
public class PortableMotionFrameEvent
- extends java.lang.Object
- implements MotionFrameEvent
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableMotionFrameEvent
public PortableMotionFrameEvent(MotionFrameEventRecord frameEventRec)
PortableMotionFrameEvent
public PortableMotionFrameEvent(java.lang.String sourceId,
java.lang.String destinationId,
long currentTimeMillisecUTC,
MotionFrame<Robot.RobotPositionMap> motionFrame)
PortableMotionFrameEvent
public PortableMotionFrameEvent(MotionFrameEvent frameEvent)
getSourceId
public java.lang.String getSourceId()
- Specified by:
getSourceId in interface MotionFrameEvent
getDestinationId
public java.lang.String getDestinationId()
- Specified by:
getDestinationId in interface MotionFrameEvent
getTimestampMillisecUTC
public long getTimestampMillisecUTC()
- Specified by:
getTimestampMillisecUTC in interface MotionFrameEvent
getMotionFrame
public MotionFrame<Robot.RobotPositionMap> getMotionFrame()
- Specified by:
getMotionFrame in interface MotionFrameEvent
getRecord
public MotionFrameEventRecord getRecord()
Copyright © 2011-2014. All Rights Reserved.