cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class LocationUpdateMessage.LocationUpdateStaticMessage
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.LocationUpdateStatic
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.
LocationUpdateMessage.LocationUpdateStaticMessage
public LocationUpdateMessage.LocationUpdateStaticMessage()
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.