org.robokind.api.motion.protocol
Interface MotionFrameEvent


public interface MotionFrameEvent

A MotionFrame with messaging metadata.

Author:
Matthew Stevenson

Method Summary
 String getDestinationId()
          Returns the id String for the destination of the MotionFrameEvent.
 MotionFrame<Robot.RobotPositionMap> getMotionFrame()
          Returns the MotionFrame associated with this MotionFrameEvent.
 String getSourceId()
          Returns the id String for the source of the MotionFrameEvent.
 long getTimestampMillisecUTC()
          Returns the timestamp of the MotionFrameEvent.
 

Method Detail

getSourceId

String getSourceId()
Returns the id String for the source of the MotionFrameEvent.

Returns:
id String for the source of the MotionFrameEvent

getDestinationId

String getDestinationId()
Returns the id String for the destination of the MotionFrameEvent.

Returns:
id String for the destination of the MotionFrameEvent

getTimestampMillisecUTC

long getTimestampMillisecUTC()
Returns the timestamp of the MotionFrameEvent.

Returns:
timestamp of the MotionFrameEvent

getMotionFrame

MotionFrame<Robot.RobotPositionMap> getMotionFrame()
Returns the MotionFrame associated with this MotionFrameEvent.

Returns:
MotionFrame associated with this MotionFrameEvent


Copyright © 2011. All Rights Reserved.