cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class LocationUpdateMessage.LocationUpdateStaticMessage

Package class diagram package LocationUpdateMessage.LocationUpdateStaticMessage
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateMessage.LocationUpdateStaticMessage
All Implemented Interfaces:
IWorldObject, IStaticWorldObject
Enclosing class:
LocationUpdateMessage

public class LocationUpdateMessage.LocationUpdateStaticMessage
extends LocationUpdateStatic

Implementation of the static part of the GameBots2004 message UPD, used to facade UPDMessage.

Complete message documentation: "Synchronous" message. Arrives outside sync. batch. The frequency of this message is configured through locUpdateMultiplier variable in GameBots2004.ini file. It gets exported N times faster than regular sync. batch where N equals locUpdateMultiplier. Holds information about Location, Velocity and Rotation of the bot and should help us to create more robust navigation.


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic
SimTime
 
Constructor Summary
LocationUpdateMessage.LocationUpdateStaticMessage()
           
 
Method Summary
 LocationUpdateMessage.LocationUpdateStaticMessage clone()
           
 UnrealId getId()
          Unique Id of this update message instance.
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toJsonLiteral
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationUpdateMessage.LocationUpdateStaticMessage

public LocationUpdateMessage.LocationUpdateStaticMessage()
Method Detail

clone

public LocationUpdateMessage.LocationUpdateStaticMessage clone()
Specified by:
clone in class LocationUpdateStatic

getId

public UnrealId getId()
Unique Id of this update message instance.

Specified by:
getId in interface IWorldObject
Specified by:
getId in class LocationUpdateStatic

isDifferentFrom

public boolean isDifferentFrom(IStaticWorldObject other)
Specified by:
isDifferentFrom in interface IStaticWorldObject
Overrides:
isDifferentFrom in class LocationUpdateStatic

toString

public String toString()
Overrides:
toString in class LocationUpdateStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class LocationUpdateStatic


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.