edu.harvard.syrah.pyxida.nc
Class CoordResponseMsg

java.lang.Object
  extended by ObjMessage
      extended by edu.harvard.syrah.pyxida.nc.CoordResponseMsg

public class CoordResponseMsg
extends ObjMessage

Response to GossipRequestMsg. Responds with the receiving node's current coordinate, confidence and last update time.


Constructor Summary
CoordResponseMsg(Coordinate _remoteCoordinate, double _remoteError, long _remoteAge)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordResponseMsg

public CoordResponseMsg(Coordinate _remoteCoordinate,
                        double _remoteError,
                        long _remoteAge)